OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Feb-2008 12:51:03
Branch: HEAD Handle: 2008021711510200
Modified files:
openpkg-src/postfix postfix.spec
Log:
import fix from https://intevation.de/roundup/kolab/issue2346
Compilation of postfix fails on CentOS 5.1 64Bit
Summary:
Revision Changes Path
1.272 +3 -0 openpkg-src/postfix/postfix.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.271 -r1.272 postfix.spec
--- openpkg-src/postfix/postfix.spec 17 Feb 2008 09:27:08 -0000 1.271
+++ openpkg-src/postfix/postfix.spec 17 Feb 2008 11:51:02 -0000 1.272
@@ -191,6 +191,9 @@
if [ -f /usr/lib/libdl.so -o -f /usr/lib/libdl.a ]; then
AUXLIBS="$AUXLIBS -ldl"
fi
+ if [ -f /usr/lib64/libdl.so -o -f /usr/lib64/libdl.a ]; then
+ AUXLIBS="$AUXLIBS -ldl"
+ fi
%endif
%if "%{with_ssl}" == "yes"
CCARGS="$CCARGS -DUSE_TLS"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]