[csw-devel] SF.net SVN: gar:[8595] csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Feb 16 17:50:11 CET 2010


Revision: 8595
          http://gar.svn.sourceforge.net/gar/?rev=8595&view=rev
Author:   dmichelsen
Date:     2010-02-16 16:50:11 +0000 (Tue, 16 Feb 2010)

Log Message:
-----------
cpan/DBD-Oracle: Fix linker settings

Modified Paths:
--------------
    csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile

Modified: csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile	2010-02-16 15:47:49 UTC (rev 8594)
+++ csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile	2010-02-16 16:50:11 UTC (rev 8595)
@@ -11,10 +11,12 @@
 CATALOGNAME = pm_dbdoracle
 
 ORACLE_HOME = /opt/csw/instantclient_10_2/$(MM_LIBDIR)
-EXTRA_CONFIGURE_EXPORTS = ORACLE_HOME
+LD_LIBRARY_PATH=$(ORACLE_HOME)
+EXTRA_CONFIGURE_EXPORTS = ORACLE_HOME LD_LIBRARY_PATH
+EXTRA_TEST_EXPORTS = LD_LIBRARY_PATH
 
 NOISALIST = 1
-# EXTRA_LIB = /opt/csw/oracle/product/10.2.0/client/lib
+EXTRA_LIB = /opt/csw/instantclient_10_2
 # EXTRA_INC = $(includedir)/oracle/10.2
 
 include gar/category.mk


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