OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 25-Jan-2009 09:52:16 Branch: HEAD Handle: 2009012508521600 Modified files: openpkg-src/apr apr.spec Log: disable LDAP of not explicitly enabled to not pick it up by accident Summary: Revision Changes Path 1.61 +3 -1 openpkg-src/apr/apr.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apr/apr.spec ============================================================================ $ cvs diff -u -r1.60 -r1.61 apr.spec --- openpkg-src/apr/apr.spec 24 Jan 2009 21:57:18 -0000 1.60 +++ openpkg-src/apr/apr.spec 25 Jan 2009 08:52:16 -0000 1.61 @@ -36,7 +36,7 @@ Group: Libraries License: Apache Version: %{V_apr} -Release: 20090124 +Release: 20090125 # package options %option with_threads no @@ -178,6 +178,8 @@ --with-ldap \ --with-ldap-include=%{l_prefix}/include/ \ --with-ldap-lib=%{l_prefix}/lib \ +%else + --without-ldap \ %endif %if "%{with_odbc}" == "yes" --with-odbc=%{l_prefix} \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
