|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: Text
|
|
|
License: GPL
|
|
|
Version: 4.10
|
|
|
-Release: 20021230
|
|
|
+Release: 20030111
|
|
|
|
|
|
# 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 >= 20021230, bison, zlib
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20021230, bison, zlib, gettext, libiconv
|
|
|
PreReq: OpenPKG, openpkg >= 20021230
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
@@ -57,8 +57,11 @@ AutoReqProv: no
|
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
|
- CC="%{l_cc} -I%{l_prefix}/include -L%{l_prefix}/lib" \
|
|
|
+ CC="%{l_cc} %{l_cppflags} %{l_ldflags}" \
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
+ CPPFLAGS="%{l_cppflags}" \
|
|
|
+ LDFLAGS="%{l_ldflags}" \
|
|
|
+ LIBS="-lintl -liconv" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--disable-nls
|