|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
|
|
|
Group: Converter
|
|
|
License: GPL
|
|
|
Version: 0.10.40
|
|
|
-Release: 20020206
|
|
|
+Release: 20020418
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
|
|
|
@@ -41,7 +41,7 @@ Source0: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20020206, make
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20020206, make, libiconv
|
|
|
PreReq: OpenPKG, openpkg >= 20020206
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
@@ -57,6 +57,7 @@ AutoReqProv: no
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
+ --with-libiconv-prefix=%{l_prefix} \
|
|
|
--disable-shared
|
|
|
%{l_make} %{l_mflags -O}
|
|
|
|