Date:2010-09-05 14:45:46 (13 years 6 months ago)
Author:Xiangfu Liu
Commit:9c8ef96b0ad85487e60289ad0e1b8addf855ac43
Message:[snownews] update Makefile EXTRA_CFLAGS

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Acked-by: Jirka <jirka@penguin.cz>
Files: snownews/Makefile (2 diffs)

Change Details

snownews/Makefile
1#
2# Copyright (C) 2006 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
81include $(TOPDIR)/rules.mk
92
103PKG_NAME:=snownews
...... 
3326
3427define Build/Configure
3528    $(call Build/Compile/Default,\
36    EXTRA_CFLAGS="-I$(STAGING_DIR)/usr/lib/libintl/include -I$(STAGING_DIR)/usr/lib/libiconv/include -I$(STAGING_DIR)/usr/include"\
29    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/ "\
3730    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 "\
3831        )
3932endef

Archive Download the corresponding diff file



interactive