[packages] libmms: add paths to libiconv and libintl
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24342 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ec57125254
commit
2cf34b31f0
@ -36,6 +36,9 @@ define Package/libmms/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
TARGET_LDFLAGS += \
|
||||||
|
-L$(STAGING_DIR)/usr/lib/libintl/lib \
|
||||||
|
-L$(STAGING_DIR)/usr/lib/libiconv/lib
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); ./autogen.sh );
|
(cd $(PKG_BUILD_DIR); ./autogen.sh );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user