projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ed808
)
[ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
author
Marty Lucich
<marty@netcom.com>
Wed, 28 Jun 2000 14:16:05 +0000
(07:16 -0700)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 29 Jun 2000 15:00:57 +0000
(15:00 +0000)
Message-Id: <
200006282116
.OAA11148@netcom.com>
ccdlflags update (the BSD/OS 4.1 part had already been taken
care of by #6141).
p4raw-id: //depot/cfgperl@6264
hints/bsdos.sh
patch
|
blob
|
history
diff --git
a/hints/bsdos.sh
b/hints/bsdos.sh
index d3b1b703f2c116a7e72f2342e1428f3f82c8b40a..1d1d823b03e6140b48ac8efd377d6f86b7a68521 100644
(file)
--- a/
hints/bsdos.sh
+++ b/
hints/bsdos.sh
@@
-98,7
+98,8
@@
case "$osvers" in
case "$cc" in
'') cc='cc' # cc is gcc2 in 4.0
cccdlflags="-fPIC"
- ccdlflags=" " ;;
+ ccdlflags="-rdynamic -Wl,-rpath,$privlib/$archname/CORE"
+ ;;
esac
case "$ld" in