From ad5b027723e77d98f68c89f6ad909f7c3b706a0f Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 23 Nov 2001 21:18:53 +0000 Subject: [PATCH] make sure exim finds the db library --- exim/exim.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exim/exim.spec b/exim/exim.spec index f237179992..6c64b62c72 100644 --- a/exim/exim.spec +++ b/exim/exim.spec @@ -32,7 +32,7 @@ Distribution: OpenPKG [EXP] Group: Mail License: GPL Version: 3.33 -Release: 20011121.0 +Release: 20011123.0 # list of sources Source0: ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim-%{version}.tar.bz2 @@ -79,7 +79,7 @@ Provides: MTA echo "TLS_LIBS=-L%{l_prefix}/lib -lssl -lcrypto" echo "TRANSPORT_LMTP=yes" echo "INCLUDE=-I%{l_prefix}/include" - echo "DBMLIB=-ldb" + echo "DBMLIB=-L%{l_prefix}/lib -ldb" echo "USE_DB=yes" echo "PERL_COMMAND=%{l_prefix}/bin/perl" echo "CHOWN_COMMAND=true"