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

offrss, fix description and add -liconv

This commit is contained in:
Xiangfu Liu 2011-01-20 21:21:22 +08:00
parent 35f03d99dc
commit 404b3fdb56

View File

@ -21,10 +21,10 @@ define Package/offrss
endef endef
TARGET_CFLAHGS += -I$(STAGING_DIR)/usr/iniclude TARGET_CFLAHGS += -I$(STAGING_DIR)/usr/iniclude
TARGET_LDFLAGS += -Wl,-rpath-link -Wl,$(STAGING_DIR)/usr/lib TARGET_LDFLAGS += -Wl,-rpath-link -Wl,$(STAGING_DIR)/usr/lib -liconv
define Package/offrss/description define Package/offrss/description
mRss is a C library for parsing, writing and creating RSS/ATOM files or streams. offrss - Offline RSS reader
endef endef
define Build/Compile define Build/Compile