From 8ae9e2cf0fa0d71682948bb7ba341c07269c1618 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 24 Feb 2009 00:08:08 +0000 Subject: [package] replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when appropriate git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14651 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/opkg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/opkg') diff --git a/package/opkg/Makefile b/package/opkg/Makefile index 6a857905b7..8a06ec0726 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -41,8 +41,8 @@ define Package/opkg/conffiles endef TARGET_CFLAGS += $(FPIC) $(if $(CONFIG_GCC_VERSION_4_3),-Wno-array-bounds) -EXTRA_CFLAGS+=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/lib -EXTRA_LDFLAGS+=-L$(STAGING_DIR)/usr/lib -Wl,-rpath-link,$(STAGING_DIR)/usr/lib +EXTRA_CFLAGS += $(TARGET_CPPFLAGS) +EXTRA_LDFLAGS += $(TARGET_LDFLAGS) -Wl,-rpath-link,$(STAGING_DIR)/usr/lib CONFIGURE_ARGS += \ --disable-curl \ -- cgit v1.2.3