From: Hans-Christian Egtvedt Date: Mon, 1 Dec 2008 13:06:02 +0000 (-0000) Subject: qtopia4: remove explisit include and library directories from configure call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb6634da47d45256047336b37c4d0b150242f909;p=buildroot.git 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 --- diff --git a/package/qtopia4/qtopia4.mk b/package/qtopia4/qtopia4.mk index ef405285bd..21dd796493 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 $@