From e9e2142349b635c99356810e4629791f879bd652 Mon Sep 17 00:00:00 2001 From: mirko Date: Sat, 4 Dec 2010 16:59:32 +0000 Subject: [PATCH] [packages/gconf2] add missing ld flags "-Wl,-rpath-link=$(STAGING_DIR)/usr/lib" git-svn-id: svn://svn.openwrt.org/openwrt/packages@24243 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/gconf2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/gconf2/Makefile b/libs/gconf2/Makefile index 4c029636e..769fbdf9c 100644 --- a/libs/gconf2/Makefile +++ b/libs/gconf2/Makefile @@ -22,7 +22,8 @@ TARGET_CFLAGS+= \ TARGET_LDFLAGS+= \ -L$(STAGING_DIR)/usr/lib/libintl/lib \ - -L$(STAGING_DIR)/usr/lib/libiconv/lib + -L$(STAGING_DIR)/usr/lib/libiconv/lib \ + -Wl,-rpath-link=$(STAGING_DIR)/usr/lib define Package/libgconf2 SECTION:=libs -- 2.11.0