|
|
|
@ -31,8 +31,8 @@ Distribution: OpenPKG Community
|
|
|
|
|
Class: EVAL |
|
|
|
|
Group: Logfile |
|
|
|
|
License: GPL |
|
|
|
|
Version: 6.1.1 |
|
|
|
|
Release: 20101130 |
|
|
|
|
Version: 6.1.2 |
|
|
|
|
Release: 20101217 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_kerberos no |
|
|
|
@ -48,8 +48,8 @@ Patch0: rsyslog.patch
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20100101 |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20100101 |
|
|
|
|
BuildPreReq: zlib, librelp >= 0.1.1 |
|
|
|
|
PreReq: zlib, librelp >= 0.1.1 |
|
|
|
|
BuildPreReq: zlib, librelp >= 0.1.1, libestr, libee |
|
|
|
|
PreReq: zlib, librelp >= 0.1.1, libestr, libee |
|
|
|
|
%if "%{with_kerberos}" == "yes" |
|
|
|
|
BuildPreReq: KERBEROS |
|
|
|
|
PreReq: KERBEROS |
|
|
|
@ -85,8 +85,6 @@ PreReq: postgresql, openssl
|
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
# configure program |
|
|
|
|
%{l_shtool} subst %{l_value -s -a} \ |
|
|
|
|
tools/syslogd.c |
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
|
CPPFLAGS="%{l_cppflags}" \ |
|
|
|
|