|
|
@@ -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 \
|