Преглед изворни кода

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

Ralf S. Engelschall пре 22 година
родитељ
комит
60fa3e2ce7
1 измењених фајлова са 4 додато и 3 уклоњено
  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}" \