mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 19:06:16 +02:00
e59549b5a0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30478 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
297 B
Diff
13 lines
297 B
Diff
--- a/Makeconfig
|
|
+++ b/Makeconfig
|
|
@@ -529,6 +529,9 @@
|
|
default-rpath = $(libdir)
|
|
endif
|
|
|
|
+# Add /usr/lib to default search path for the dynamic linker
|
|
+user-defined-trusted-dirs := /usr/lib
|
|
+
|
|
ifndef link-extra-libs
|
|
link-extra-libs = $(LDLIBS-$(@F))
|
|
link-extra-libs-static = $(link-extra-libs)
|