Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 385531
Collapse All | Expand All

(-)logrotate-3.8.0.orig/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
PROG = logrotate
5
PROG = logrotate
6
MAN = logrotate.8
6
MAN = logrotate.8
7
MAN5 = logrotate.conf.5
7
MAN5 = logrotate.conf.5
8
LOADLIBES = -lpopt
8
LOADLIBES = -lpopt -lstrl
9
SVNURL= svn+ssh://svn.fedorahosted.org/svn/logrotate
9
SVNURL= svn+ssh://svn.fedorahosted.org/svn/logrotate
10
SVNPUBURL = http://svn.fedorahosted.org/svn/logrotate
10
SVNPUBURL = http://svn.fedorahosted.org/svn/logrotate
11
SVNTAG = r$(subst .,-,$(VERSION))
11
SVNTAG = r$(subst .,-,$(VERSION))
(-)logrotate-3.8.0.orig/logrotate.h (+4 lines)
Lines 1-6 Link Here
1
#ifndef H_LOGROTATE
1
#ifndef H_LOGROTATE
2
#define H_LOGROTATE
2
#define H_LOGROTATE
3
3
4
/* For gentoo prefix/solaris */
5
#include <strl.h>
6
#include <libiberty.h>
7
4
#include <sys/types.h>
8
#include <sys/types.h>
5
#include <sys/queue.h>
9
#include <sys/queue.h>
6
#include <glob.h>
10
#include <glob.h>

Return to bug 385531