|
|
@@ -38,7 +38,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Text
|
|
|
License: GPL
|
|
|
Version: %{V_opkg}
|
|
|
-Release: 20030922
|
|
|
+Release: 20030928
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://crm114.sourceforge.net/crm114-%{V_dist}.tar.gz
|
|
|
@@ -69,7 +69,12 @@ AutoReqProv: no
|
|
|
CC="%{l_cc}" \
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
./configure \
|
|
|
- --disable-shared
|
|
|
+ --disable-shared \
|
|
|
+ --disable-agrep \
|
|
|
+ --disable-wchar \
|
|
|
+ --disable-nls
|
|
|
+ --without-libiconv-prefix \
|
|
|
+ --without-libintl-prefix
|
|
|
%{l_make} %{l_mflags -O}
|
|
|
) || exit $?
|
|
|
%{l_shtool} subst \
|