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:
parent
959b320f2b
commit
4112aca2a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user