diff options
author | tron <tron@pkgsrc.org> | 1999-04-27 21:49:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-27 21:49:04 +0000 |
commit | ff16d972b933b9854f158dd2a35a5d1909fd0767 (patch) | |
tree | d5ee56b9a2a68ba2317c5f0f35bc5fb432510805 /net/ORBit/patches | |
parent | 2e9a5ef93a0390db3641ca04ea9a96984380a64e (diff) | |
download | pkgsrc-ff16d972b933b9854f158dd2a35a5d1909fd0767.tar.gz |
Add "-Wl,-R" to linker option list in "orbit-config".
Diffstat (limited to 'net/ORBit/patches')
-rw-r--r-- | net/ORBit/patches/patch-ak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ORBit/patches/patch-ak b/net/ORBit/patches/patch-ak index 430994d23bd..eff8f1eedb3 100644 --- a/net/ORBit/patches/patch-ak +++ b/net/ORBit/patches/patch-ak @@ -1,13 +1,13 @@ -$NetBSD: patch-ak,v 1.1 1999/03/05 00:25:10 tron Exp $ +$NetBSD: patch-ak,v 1.2 1999/04/27 21:49:04 tron Exp $ --- orbit-config.in.orig Tue Oct 27 14:52:35 1998 -+++ orbit-config.in Fri Mar 5 00:44:54 1999 ++++ orbit-config.in Tue Apr 27 23:35:16 1999 @@ -86,7 +86,7 @@ ;; client|server) - the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm" -+ the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm -lwrap" ++ the_libs="$the_libs -L@libdir@ -Wl,-R@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm -lwrap" the_flags="$the_flags `glib-config --cflags` -I@includedir@" ;; |