OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Jan-2005 15:32:11
Branch: HEAD Handle: 2005011014321100
Modified files:
openpkg-src/postgresql8 postgresql8.spec
Log:
correct libpqcxx configure logic when trying to link a test program
with libpq
Summary:
Revision Changes Path
1.15 +4 -1 openpkg-src/postgresql8/postgresql8.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql8/postgresql8.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 postgresql8.spec
--- openpkg-src/postgresql8/postgresql8.spec 6 Jan 2005 09:31:16 -0000
1.14
+++ openpkg-src/postgresql8/postgresql8.spec 10 Jan 2005 14:32:11 -0000
1.15
@@ -44,7 +44,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}rc%{V_postgresql_rc}
-Release: 20050106
+Release: 20050110
# package options
%option with_server yes
@@ -246,6 +246,9 @@
export CPPFLAGS="-I`pwd`/../src/include %{l_cppflags}"
export LDFLAGS="%{l_ldflags}"
export LIBS="-lssl -lcrypto -lcrypt"
+ case "%{l_platform -t}" in
+ *-sunos* ) LIBS="$LIBS -lsocket -lnsl" ;;
+ esac
./configure \
--disable-shared
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]