1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 02:52:01 +03: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
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
mRss is a C library for parsing, writing and creating RSS/ATOM files or streams.
offrss - Offline RSS reader
endef
define Build/Compile