qtopia4: remove explisit include and library directories from configure call
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Mon, 1 Dec 2008 13:06:02 +0000 (13:06 -0000)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Mon, 1 Dec 2008 13:06:02 +0000 (13:06 -0000)
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>
package/qtopia4/qtopia4.mk

index ef405285bd1a42dde2a2fbde4bccb4ee93c69ee8..21dd79649352a1d0e737bc19e45e2e5911fb1f20 100644 (file)
@@ -342,8 +342,6 @@ endif
                -no-rpath \
                -nomake examples \
                -nomake demos \
-               -I $(STAGING_DIR)/usr/include \
-               -L $(STAGING_DIR)/usr/lib \
        )
        touch $@