|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
|
|
|
Group: Text
|
|
|
License: GPL
|
|
|
Version: 4.6
|
|
|
-Release: 20020719
|
|
|
+Release: 20020807
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://aegis.sourceforge.net/aegis-%{version}.tar.gz
|
|
|
@@ -41,7 +41,7 @@ Source0: http://aegis.sourceforge.net/aegis-%{version}.tar.gz
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20020206, bison
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20020206, bison, zlib
|
|
|
PreReq: OpenPKG, openpkg >= 20020206
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
@@ -58,7 +58,7 @@ AutoReqProv: no
|
|
|
|
|
|
%build
|
|
|
PATH="%{l_prefix}/bin:$PATH"; export PATH
|
|
|
- CC="%{l_cc}" \
|
|
|
+ CC="%{l_cc} -I%{l_prefix}/include -L%{l_prefix}/lib" \
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|