mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-16 20:16:16 +02:00
offrss: use ICONV notation
This commit is contained in:
parent
dc7e1becd7
commit
3cda7c2879
@ -10,6 +10,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|||||||
UNPACK_CMD=unzip $(DL_DIR)/$(PKG_SOURCE) -d $(1)/../
|
UNPACK_CMD=unzip $(DL_DIR)/$(PKG_SOURCE) -d $(1)/../
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/offrss
|
define Package/offrss
|
||||||
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
||||||
@ -20,7 +21,7 @@ define Package/offrss
|
|||||||
DEPENDS:=+libcurl +libnxml +libmrss
|
DEPENDS:=+libcurl +libnxml +libmrss
|
||||||
endef
|
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
|
TARGET_LDFLAGS += -Wl,-rpath-link -Wl,$(STAGING_DIR)/usr/lib -liconv
|
||||||
|
|
||||||
define Package/offrss/description
|
define Package/offrss/description
|
||||||
|
Loading…
Reference in New Issue
Block a user