瀏覽代碼

disable a few things within the embedded libtre library for portability

Ralf S. Engelschall 22 年之前
父節點
當前提交
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 \