b8f38d75d8
* add staging prefix patch for the pkg-config wrapper variables * re-enable libusb support * add a gpsd-clients package (#7879) * drop obsolete patches git-svn-id: svn://svn.openwrt.org/openwrt/packages@31853 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
343 B
Diff
12 lines
343 B
Diff
--- a/SConstruct
|
|
+++ b/SConstruct
|
|
@@ -269,8 +269,6 @@ def installdir(dir, add_destdir=True):
|
|
|
|
# Honor the specified installation prefix in link paths.
|
|
env.Prepend(LIBPATH=[installdir('libdir')])
|
|
-if env["shared"]:
|
|
- env.Prepend(RPATH=[installdir('libdir')])
|
|
|
|
# Give deheader a way to set compiler flags
|
|
if 'MORECFLAGS' in os.environ:
|