From 404b3fdb562ecf147ec8f9aff85f1d6793bab7c4 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 20 Jan 2011 21:21:22 +0800 Subject: [PATCH] offrss, fix description and add -liconv --- offrss/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/offrss/Makefile b/offrss/Makefile index 80d57db..1660b30 100644 --- a/offrss/Makefile +++ b/offrss/Makefile @@ -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