blob: eff8f1eedb3cc8ad544a1aeda60ec961436a5310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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 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@ -Wl,-R@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm -lwrap"
the_flags="$the_flags `glib-config --cflags` -I@includedir@"
;;
|