Просмотр исходного кода

disable a few things within the embedded libtre library for portability

Ralf S. Engelschall 22 лет назад
Родитель
Сommit
4279af83b5
1 измененных файлов с 7 добавлено и 2 удалено
  1. 7 2
      crm114/crm114.spec

+ 7 - 2
crm114/crm114.spec

@@ -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 \