Author: byterock
Date: Tue Dec 11 10:49:19 2007
New Revision: 10410
Modified:
dbd-oracle/trunk/Makefile.PL
Log:
fix for HP
Modified: dbd-oracle/trunk/Makefile.PL
==============================================================================
--- dbd-oracle/trunk/Makefile.PL (original)
+++ dbd-oracle/trunk/Makefile.PL Tue Dec 11 10:49:19 2007
@@ -1761,7 +1761,7 @@
"\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/;
+ $m =~ s/LD_RUN_PATH=(\S+)\s+(\S+)/$2 -Wl,+b$1/;
}
return ($m);
}