Explorar el Código

switch from using included (and incorrectly built) to externally available (and correctly built) Boehm GC library

Ralf S. Engelschall hace 22 años
padre
commit
60fa3e2ce7
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      w3m/w3m.spec

+ 4 - 3
w3m/w3m.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      BSD
 Version:      0.4.1
-Release:      20030707
+Release:      20030731
 
 #   list of sources
 Source0:      http://osdn.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz
@@ -43,8 +43,8 @@ Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 20020206, make
 PreReq:       OpenPKG, openpkg >= 20020206
-BuildPreReq:  ncurses, openssl, zlib
-PreReq:       ncurses, openssl, zlib
+BuildPreReq:  ncurses, openssl, zlib, gc
+PreReq:       ncurses, openssl, zlib, gc
 AutoReq:      no
 AutoReqProv:  no
 
@@ -79,6 +79,7 @@ AutoReqProv:  no
       echo "customized=y"
       echo "use_ssl_verify=y"
       echo "use_digest_auth=y"
+      echo "use_bundled_gclib=n"
     ) >config.param
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \