projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f05c310
)
[packages] libmms: add paths to libiconv and libintl
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 8 Dec 2010 11:36:44 +0000
(11:36 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 8 Dec 2010 11:36:44 +0000
(11:36 +0000)
SVN-Revision: 24342
libs/libmms/Makefile
patch
|
blob
|
history
diff --git
a/libs/libmms/Makefile
b/libs/libmms/Makefile
index d72a9e70f413d07950b48dd322dcd5cac360194e..6742b437d3efdd0cdb491ffef3803ed78caabb8f 100644
(file)
--- a/
libs/libmms/Makefile
+++ b/
libs/libmms/Makefile
@@
-36,6
+36,9
@@
define Package/libmms/description
endef
TARGET_CFLAGS += $(FPIC)
+TARGET_LDFLAGS += \
+ -L$(STAGING_DIR)/usr/lib/libintl/lib \
+ -L$(STAGING_DIR)/usr/lib/libiconv/lib
define Build/Configure
(cd $(PKG_BUILD_DIR); ./autogen.sh );