mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-16 18:54:04 +02:00
explicitly pass include- and linking-paths for libiconv and libintl
This commit is contained in:
parent
bc972214cb
commit
74fab61b32
@ -20,6 +20,15 @@ PKG_INSTALL:=1
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
TARGET_CFLAGS+= \
|
||||||
|
-I$(STAGING_DIR)/usr/lib/libintl/include \
|
||||||
|
-I$(STAGING_DIR)/usr/libiconv/include
|
||||||
|
|
||||||
|
TARGET_LDFLAGS+= \
|
||||||
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
||||||
|
-L$(STAGING_DIR)/usr/lib/libintl/lib \
|
||||||
|
-L$(STAGING_DIR)/usr/lib/libiconv/lib
|
||||||
|
|
||||||
define Package/ncmpc
|
define Package/ncmpc
|
||||||
TITLE:=ncmpc
|
TITLE:=ncmpc
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
|
Loading…
Reference in New Issue
Block a user