diff options
author | tron <tron@pkgsrc.org> | 1999-05-01 14:38:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-01 14:38:53 +0000 |
commit | f37c597c5559dc7ff9786970a02349b4333c983d (patch) | |
tree | d4d2e40ba6f214a2e04c1d278a0b1907407600a2 /devel/ptl2 | |
parent | f13208f8d9b14e7395cab1ac4ded3b9aba4f0962 (diff) | |
download | pkgsrc-f37c597c5559dc7ff9786970a02349b4333c983d.tar.gz |
Use "-Wl,-R" instead of "-R" in "ptlgcc" to be compatible with the
broken "cc" on 1.3 ELF systems.
Diffstat (limited to 'devel/ptl2')
-rw-r--r-- | devel/ptl2/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ptl2/patches/patch-ac b/devel/ptl2/patches/patch-ac new file mode 100644 index 00000000000..7717eb4e086 --- /dev/null +++ b/devel/ptl2/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 1999/05/01 14:38:53 tron Exp $ + +--- Util/configure.orig Fri Mar 19 12:00:58 1999 ++++ Util/configure Sat May 1 15:55:42 1999 +@@ -1327,7 +1327,7 @@ + then + MKSHLIBCMD='ld -Bshareable' + PICFLAGS="-fpic" +- RECPATHFLAGS="-R " ++ RECPATHFLAGS="-Wl,-R" + fi + ;; + linux*) |