1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-28 18:31:04 +03:00

[snownews] update Makefile EXTRA_CFLAGS

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Acked-by: Jirka <jirka@penguin.cz>
This commit is contained in:
Xiangfu Liu 2010-09-05 20:45:46 +08:00
parent 7ec322e6c1
commit 9c8ef96b0a

View File

@ -1,10 +1,3 @@
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=snownews
@ -33,7 +26,7 @@ endef
define Build/Configure
$(call Build/Compile/Default,\
EXTRA_CFLAGS="-I$(STAGING_DIR)/usr/lib/libintl/include -I$(STAGING_DIR)/usr/lib/libiconv/include -I$(STAGING_DIR)/usr/include"\
EXTRA_CFLAGS="-I$(STAGING_DIR)/usr/lib/libintl/include -I$(STAGING_DIR)/usr/lib/libiconv/include -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/usr/include/libxml2/ "\
EXTRA_LDFLAGS="-L$(STAGING_DIR)/usr/lib/ -L$(STAGING_DIR)/usr/lib/libintl/lib -L$(STAGING_DIR)/usr/lib/libiconv/lib -liconv -lcharset -lintl -lm -lz "\
)
endef