mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 11:36:16 +02: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:
parent
7ec322e6c1
commit
9c8ef96b0a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user