[csw-devel] SF.net SVN: gar:[8593] csw/mgar/pkg/oracle-instantclient/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Feb 16 16:29:29 CET 2010
Revision: 8593
http://gar.svn.sourceforge.net/gar/?rev=8593&view=rev
Author: dmichelsen
Date: 2010-02-16 15:29:28 +0000 (Tue, 16 Feb 2010)
Log Message:
-----------
oracle-instantcient: Fix copying
Modified Paths:
--------------
csw/mgar/pkg/oracle-instantclient/trunk/Makefile
Modified: csw/mgar/pkg/oracle-instantclient/trunk/Makefile
===================================================================
--- csw/mgar/pkg/oracle-instantclient/trunk/Makefile 2010-02-16 15:14:34 UTC (rev 8592)
+++ csw/mgar/pkg/oracle-instantclient/trunk/Makefile 2010-02-16 15:29:28 UTC (rev 8593)
@@ -24,7 +24,7 @@
DISTFILES_i386-64-sqlplus = sqlplus-10.2.0.4.0-solaris-x86-64.zip
DISTFILES = $(foreach A,sparc i386,$(foreach S,32 64,$(foreach T,instantclient sdk sqlplus,$(DISTFILES_$A-$S-$T))))
-NOEXTRACT = $(filter-out $(foreach S,32 64,$(foreach T,instantclient sdk sqlplus,$(DISTFILES_$(GARCH)-$S-$T))),$(DISTFILES))
+NOEXTRACT = $(filter-out $(foreach S,32 64,$(foreach T,instantclient sdk sqlplus,$(DISTFILES_$(GARCH)-$S-$T)) COPYING),$(DISTFILES))
# From http://www.oracle.com/technology/software/popup-license/instant_client_lic.html
DISTFILES += instant_client_lic.html
@@ -72,6 +72,10 @@
MERGE_SCRIPTS_isa-default = copy-all
MERGE_SCRIPTS_isa-default64 = copy-all
+# The libraries are relocated. It is expected from the client to set
+# LD_LIBRARY_PATH as described by Oracle.
+CHECKPKG_OVERRIDES = symbol-not-found
+
include gar/category.mk
$(foreach A,sparc i386,$(foreach S,32 64,$(foreach T,instantclient sdk sqlplus,$(foreach F,$(DISTFILES_$A-$S-$T),$(eval $(call custom-zip-extract,$F,$A-$S))))))
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