瀏覽代碼

avoid complications with libintl

Michael van Elst 23 年之前
父節點
當前提交
d2057a1a86
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      wml/wml.spec

+ 3 - 2
wml/wml.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Language
 License:      GPL
 Version:      2.0.9
-Release:      20030708
+Release:      20030731
 
 #   list of sources
 Source0:      ftp://thewml.org/distrib/wml-%{version}.tar.gz
@@ -84,7 +84,8 @@ AutoReqProv:  no
     LIBS="-lpng -lz -lm" \
     ./configure \
         --prefix=%{l_prefix} \
-        --with-perl=%{l_prefix}/bin/perl
+        --with-perl=%{l_prefix}/bin/perl \
+        --disable-nls
     %{l_make} %{l_mflags -O}
 
 %install