1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-28 23:48:32 +03:00

offrss: use ICONV notation

This commit is contained in:
kyak 2011-02-06 22:55:20 +03:00
parent dc7e1becd7
commit 3cda7c2879

View File

@ -10,6 +10,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
UNPACK_CMD=unzip $(DL_DIR)/$(PKG_SOURCE) -d $(1)/../
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
define Package/offrss
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
@ -20,7 +21,7 @@ define Package/offrss
DEPENDS:=+libcurl +libnxml +libmrss
endef
TARGET_CFLAHGS += -I$(STAGING_DIR)/usr/iniclude
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
TARGET_LDFLAGS += -Wl,-rpath-link -Wl,$(STAGING_DIR)/usr/lib -liconv
define Package/offrss/description