1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 00:19:20 +02:00

libpurple: fix missing iconv

This commit is contained in:
kyak 2013-01-03 13:45:17 +04:00
parent 959b320f2b
commit 4112aca2a9

View File

@ -55,7 +55,7 @@ define Build/Configure
)
endef
TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib $(INTL_LDFLAGS)
TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib -liconv
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/libpurple