OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Mar-2006 21:06:55
Branch: HEAD Handle: 2006030720065500
Modified files:
openpkg-src/python-db python-db.patch
Log:
fix building under some platforms where crypt(3) is not in libc
Summary:
Revision Changes Path
1.2 +2 -2 openpkg-src/python-db/python-db.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/python-db/python-db.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 python-db.patch
--- openpkg-src/python-db/python-db.patch 7 Mar 2006 17:37:51 -0000
1.1
+++ openpkg-src/python-db/python-db.patch 7 Mar 2006 20:06:55 -0000
1.2
@@ -14,15 +14,15 @@
#endif
/* postgresql < 7.4 does not have PQfreemem */
-Index: psycopg2-2.0b8/setup.py
--- psycopg2-2.0b8/setup.py.orig 2006-02-11 19:58:38 +0100
+++ psycopg2-2.0b8/setup.py 2006-03-07 17:44:25 +0100
-@@ -143,6 +143,8 @@
+@@ -143,6 +143,9 @@
self.include_dirs.append(".")
self.libraries.append("pq")
+ self.libraries.append("ssl")
+ self.libraries.append("crypto")
++ self.libraries.append("crypt")
try:
self.library_dirs.append(self.get_pg_config("libdir"))
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]