Home > Archive > Oracle PERL DBD > June 2005 > [svn:dbd-oracle] rev 1050 - dbd-oracle/trunk









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [svn:dbd-oracle] rev 1050 - dbd-oracle/trunk
timbo@cvs.perl.org

2005-06-03, 8:27 pm

Author: timbo
Date: Mon May 16 02:42:51 2005
New Revision: 1050

Modified:
dbd-oracle/trunk/Makefile.PL
Log:
Prevent nmedit failure from failing the make


Modified: dbd-oracle/trunk/Makefile.PL
====================
====================
====================
==================
--- dbd-oracle/trunk/Makefile.PL (original)
+++ dbd-oracle/trunk/Makefile.PL Mon May 16 02:42:51 2005
@@ -1586,11 +1586,10 @@ ORACLE_HOME = '.$OH.'
my($self) = shift;

unless ($os eq 'VMS') {
- my $m;
- $m = $self-> SUPER::dynamic_lib(@
_);
+ my $m = $self-> SUPER::dynamic_lib(@
_);
if ($os eq 'darwin') {
$m = "NMEDIT = nmedit\n" . $m .
- "\t\$(NMEDIT) -R ./hints/macos_bundle.syms \$(INST_DYNAMIC)\n";
+ "\t\$(NMEDIT) -R ./hints/macos_bundle.syms \$(INST_DYNAMIC) || true\n";
}
elsif ($os eq 'hpux') {
$m =~ s/ LD_RUN_PATH=(\S+)\s+
(\S+)/$2 +b $1/;
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com