Sfoglia il codice sorgente

disable NLS to avoid dependency to gettext

Ralf S. Engelschall 19 anni fa
parent
commit
4bd882d240
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      guile/guile.spec

+ 3 - 2
guile/guile.spec

@@ -33,7 +33,7 @@ Class:        PLUS
 Group:        Language
 License:      GPL
 Version:      1.8.0
-Release:      20060606
+Release:      20060815
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/guile/guile-%{version}.tar.gz
@@ -73,7 +73,8 @@ AutoReqProv:  no
         --prefix=%{l_prefix} \
         --disable-error-on-warning \
         --disable-shared \
-        --without-threads
+        --without-threads \
+        --disable-nls
     %{l_make} %{l_mflags}
 
 %install