packages/net/gpsd/patches/002-no_rpath.patch
swalker b8f38d75d8 [packages] gpsd: update to 3.6
* 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
2012-05-24 04:29:36 +00:00

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: