From: lars Date: Sat, 29 Nov 2008 23:57:05 +0000 (+0000) Subject: Fix matchbox linking. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c323f1fac6950516907719625a654c299cd1cdc6;p=packages.git Fix matchbox linking. git-svn-id: svn://svn.openwrt.org/openwrt/packages@13439 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/app/matchbox/Makefile b/Xorg/app/matchbox/Makefile index e00b0435f..be5bf3fa7 100644 --- a/Xorg/app/matchbox/Makefile +++ b/Xorg/app/matchbox/Makefile @@ -18,7 +18,9 @@ PKG_SOURCE_URL:=http://matchbox-project.org/sources/matchbox-window-manager/$(PK PKG_FIXUP = libtool TARGET_LDFLAGS+= \ - -Wl,-rpath-link=$(STAGING_DIR)/usr/lib + -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \ + -Wl,-rpath-link=$(STAGING_DIR)/usr/lib/libiconv/lib \ + -Wl,-rpath-link=$(STAGING_DIR)/usr/lib/libintl/lib include $(INCLUDE_DIR)/package.mk