Sfoglia il codice sorgente

shut up unzip messages; make saure kpathsea library is found

Ralf S. Engelschall 19 anni fa
parent
commit
eefac171d4
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      lcdf-typetools/lcdf-typetools.spec

+ 3 - 2
lcdf-typetools/lcdf-typetools.spec

@@ -89,7 +89,7 @@ AutoReqProv:  no
     %setup -q -c
     %setup -q -T -D -a1
     %setup -q -T -D -a2
-    %{l_prefix}/bin/unzip -x %{SOURCE3}
+    %{l_prefix}/bin/unzip -q -x %{SOURCE3}
 
 %build
     #   build LCDF TypeTools
@@ -101,7 +101,8 @@ AutoReqProv:  no
       CPPFLAGS="%{l_cppflags}" \
       LDFLAGS="%{l_ldflags}" \
       ./configure \
-          --prefix=%{l_prefix}
+          --prefix=%{l_prefix} \
+          --with-kpathsea=%{l_prefix}
       %{l_make} %{l_mflags -O}
     ) || exit $?