[csw-devel] SF.net SVN: gar:[11395] csw/mgar/pkg/lang-python/psycopg2/trunk/Makefile

khabermann at users.sourceforge.net khabermann at users.sourceforge.net
Mon Oct 25 16:13:44 CEST 2010


Revision: 11395
          http://gar.svn.sourceforge.net/gar/?rev=11395&view=rev
Author:   khabermann
Date:     2010-10-25 14:13:44 +0000 (Mon, 25 Oct 2010)

Log Message:
-----------
another change to use OpenCSW libpq

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/psycopg2/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/psycopg2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/psycopg2/trunk/Makefile	2010-10-25 14:06:26 UTC (rev 11394)
+++ csw/mgar/pkg/lang-python/psycopg2/trunk/Makefile	2010-10-25 14:13:44 UTC (rev 11395)
@@ -29,8 +29,9 @@
 # uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
 # UPSTREAM_MASTER_SITES = 
 
-# for libpq-fe.h
+# for libpq-fe.h and libpq
 EXTRA_CFLAGS = -I/opt/csw/postgresql/include
+EXTRA_LDFLAGS = -L/opt/csw/postgresql/lib -R/opt/csw/postgresql/lib
 
 CONFIGURE_ARGS = $(DIRPATHS)
 TEST_SCRIPTS =


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list