Change Details
offrss/Makefile |
10 | 10 | UNPACK_CMD=unzip $(DL_DIR)/$(PKG_SOURCE) -d $(1)/../ |
11 | 11 | |
12 | 12 | include $(INCLUDE_DIR)/package.mk |
| 13 | include $(INCLUDE_DIR)/nls.mk |
13 | 14 | |
14 | 15 | define Package/offrss |
15 | 16 | MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc> |
... | ... | |
20 | 21 | DEPENDS:=+libcurl +libnxml +libmrss |
21 | 22 | endef |
22 | 23 | |
23 | | TARGET_CFLAHGS += -I$(STAGING_DIR)/usr/iniclude |
| 24 | TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include |
24 | 25 | TARGET_LDFLAGS += -Wl,-rpath-link -Wl,$(STAGING_DIR)/usr/lib -liconv |
25 | 26 | |
26 | 27 | define Package/offrss/description |
Download the corresponding diff file