Sfoglia il codice sorgente

do not link against a vendor Kerberos GSSAPI; fix dependencies according to neon.spec; explicitly state that we are building against OpenSSL and LibXML2

Ralf S. Engelschall 19 anni fa
parent
commit
2a3091c895
1 ha cambiato i file con 6 aggiunte e 4 eliminazioni
  1. 6 4
      subversion/subversion.spec

+ 6 - 4
subversion/subversion.spec

@@ -41,7 +41,7 @@ Class:        BASE
 Group:        SCM
 License:      Apache/BSD
 Version:      %{V_opkg}
-Release:      20060920
+Release:      20061004
 
 #   package options
 %option       with_cvs2svn  no
@@ -67,8 +67,8 @@ Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 20060823, make, libtool, sed, pkgconfig
 PreReq:       OpenPKG, openpkg >= 20060823
-BuildPreReq:  diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib
-PreReq:       diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib
+BuildPreReq:  diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib, libiconv
+PreReq:       diffutils, libxml, db >= 4.4.20.4-20060918, openssl, zlib, libiconv
 %if "%{with_cvs2svn}" == "yes"
 PreReq:       rcs, python, python::with_dbm = yes
 %endif
@@ -158,8 +158,10 @@ AutoReqProv:  no
         --prefix=%{l_prefix} \
         --with-berkeley-db=%{l_prefix} \
         --with-dbm=db44 \
-        --with-ssl \
+        --with-ssl=openssl \
         --with-zlib \
+        --without-gssapi \
+        --with-libxml2 \
         --enable-static \
 %if "%{with_perl}" == "yes" || "%{with_python}" == "yes"
         --with-swig=%{l_prefix}/bin/swig \