diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-01 13:06:02 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-01 13:06:02 +0000 |
commit | cb6634da47d45256047336b37c4d0b150242f909 (patch) | |
tree | e8b16a9e8fa8ddbb5b371a04f3a9d3c62ed9b1f6 | |
parent | 0547cb9cb9104c94fbd5ddc513d00d755c3026ad (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>
-rw-r--r-- | package/qtopia4/qtopia4.mk | 2 |
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 $@ |