blob: d620905ebf8af54362dd7bf0c283a4e058b0ffb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.2 2001/09/08 20:03:44 jlam Exp $
--- config/cf/bsdLib.rules.orig Sat Sep 8 03:07:54 2001
+++ config/cf/bsdLib.rules
@@ -153,7 +153,7 @@
#define ShLibIncludeFile <bsdLib.tmpl>
#endif
#ifndef SharedLibraryLoadFlags
-#define SharedLibraryLoadFlags -shared -Wl,-rpath,$(USRLIBDIR)
+#define SharedLibraryLoadFlags -shared -Wl,-rpath,$(USRLIBDIRPATH)
#endif
#ifndef PositionIndependentCFlags
#define PositionIndependentCFlags -fPIC
|