summaryrefslogtreecommitdiff
path: root/package/qtopia4
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-12-01 13:06:02 +0000
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-12-01 13:06:02 +0000
commitcb6634da47d45256047336b37c4d0b150242f909 (patch)
treee8b16a9e8fa8ddbb5b371a04f3a9d3c62ed9b1f6 /package/qtopia4
parent0547cb9cb9104c94fbd5ddc513d00d755c3026ad (diff)
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 <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/qtopia4')
-rw-r--r--package/qtopia4/qtopia4.mk2
1 files changed, 0 insertions, 2 deletions
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 $@