Bläddra i källkod

try to pick up our Berkeley-DB first

Ralf S. Engelschall 22 år sedan
förälder
incheckning
4b352789b4
1 ändrade filer med 5 tillägg och 1 borttagningar
  1. 5 1
      openldap/openldap.spec

+ 5 - 1
openldap/openldap.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Database
 License:      GPL
 Version:      2.1.21
-Release:      20030530
+Release:      20030531
 
 #   package options
 %option       with_sasl no
@@ -65,6 +65,10 @@ AutoReqProv:  no
     %setup -q
 
 %build
+    #   make sure our Berkeley-DB is picked up first
+    %{l_shtool} subst \
+        -e 's;-ldb41;-ldb;g' \
+        configure
 %if "%{with_sasl}" == "yes"
     #   hard-code configure to use SASL2 library
     %{l_shtool} subst \