From 9c8ef96b0ad85487e60289ad0e1b8addf855ac43 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Sun, 5 Sep 2010 20:45:46 +0800 Subject: [PATCH] [snownews] update Makefile EXTRA_CFLAGS Signed-off-by: Xiangfu Liu Acked-by: Jirka --- snownews/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/snownews/Makefile b/snownews/Makefile index 0d990b2..3ba4a3a 100644 --- a/snownews/Makefile +++ b/snownews/Makefile @@ -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