From cb6634da47d45256047336b37c4d0b150242f909 Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Mon, 1 Dec 2008 13:06:02 +0000 Subject: qtopia4: remove explisit include and library directories from configure call This patch removes -I and -L from ./configure since it breaks cross-compiling. The inclusion of -I and -L will confuse the host compiler when compiling the host tools. Signed-off-by: Hans-Christian Egtvedt --- package/qtopia4/qtopia4.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/qtopia4/qtopia4.mk') diff --git a/package/qtopia4/qtopia4.mk b/package/qtopia4/qtopia4.mk index ef405285b..21dd79649 100644 --- a/package/qtopia4/qtopia4.mk +++ b/package/qtopia4/qtopia4.mk @@ -342,8 +342,6 @@ endif -no-rpath \ -nomake examples \ -nomake demos \ - -I $(STAGING_DIR)/usr/include \ - -L $(STAGING_DIR)/usr/lib \ ) touch $@ -- cgit v1.2.3