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: 12-Oct-2006 20:37:54 Branch: HEAD Handle: 2006101219375400 Modified files: openpkg-src/openldap openldap.spec Log: fix building under SUSE Linux where a vendor libdb-4* exists Summary: Revision Changes Path 1.176 +7 -1 openpkg-src/openldap/openldap.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openldap/openldap.spec ============================================================================ $ cvs diff -u -r1.175 -r1.176 openldap.spec --- openpkg-src/openldap/openldap.spec 4 Oct 2006 10:23:24 -0000 1.175 +++ openpkg-src/openldap/openldap.spec 12 Oct 2006 18:37:54 -0000 1.176 @@ -33,7 +33,7 @@ Group: LDAP License: GPL Version: 2.3.27 -Release: 20061004 +Release: 20061012 # package options %option with_fsl yes @@ -88,6 +88,12 @@ %prep %setup -q %patch -p0 + %{l_shtool} subst \ + -e 's;-ldb-4\.[1-9];-ldb;g' \ + -e 's;-ldb-4-[1-9];-ldb;g' \ + -e 's;-ldb-4[1-9];-ldb;g' \ + -e 's;-ldb-4;-ldb;g' \ + configure %build # configuration: standard build flags @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org