|
|
|
|
@ -50,10 +50,10 @@ Source3: rc.syslog-ng
|
|
|
|
|
Source4: syslog-ng.conf |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20100101, flex, gcc, pkgconfig |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20100101, flex, bison, gcc, pkgconfig |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20100101 |
|
|
|
|
BuildPreReq: glib2 |
|
|
|
|
PreReq: glib2 |
|
|
|
|
BuildPreReq: glib2, openssl, pcre |
|
|
|
|
PreReq: glib2, openssl, pcre |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
syslog-ng is a syslogd(8) replacement, but with new functionality |
|
|
|
|
@ -128,7 +128,8 @@ PreReq: glib2
|
|
|
|
|
EVTLOG_LIBS="-L`pwd`/eventlog-%{V_el_major}.%{V_el_minor}/src/.libs -levtlog" \ |
|
|
|
|
./configure \ |
|
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
|
--mandir=%{l_prefix}/man |
|
|
|
|
--mandir=%{l_prefix}/man \ |
|
|
|
|
--datadir=%{l_prefix}/share |
|
|
|
|
%{l_make} %{l_mflags -O} |
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
|