Fix matchbox linking.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13439 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2008-11-29 23:57:05 +00:00
parent 33548c461e
commit c323f1fac6

View File

@ -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