projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5031b49
)
Fix matchbox linking.
author
Lars-Peter Clausen
<lars@metafoo.de>
Sat, 29 Nov 2008 23:57:05 +0000
(23:57 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Sat, 29 Nov 2008 23:57:05 +0000
(23:57 +0000)
SVN-Revision: 13439
Xorg/app/matchbox/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/app/matchbox/Makefile
b/Xorg/app/matchbox/Makefile
index e00b0435f8fbeaba0b7aba9afc9876f25a59c63a..be5bf3fa73890cc46c6993b1c11491a2bc13945a 100644
(file)
--- 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