qt4: Unset host CFLAGS. This fixes a compile error if CFLAGS are exported on the...
authorMichael Büsch <mb@bu3sch.de>
Wed, 26 Oct 2011 17:41:02 +0000 (17:41 +0000)
committerMichael Büsch <mb@bu3sch.de>
Wed, 26 Oct 2011 17:41:02 +0000 (17:41 +0000)
SVN-Revision: 28608

Xorg/lib/qt4/Makefile

index cf9ca14cd2b0a4f7506c1a17e5b957c999061c52..31c660a9a4d58e138578854a899a0f9832f79c7e 100644 (file)
@@ -300,6 +300,9 @@ define Build/Configure
                TARGET_LDFLAGS="$(TARGET_LDFLAGS) $(EXTRA_LDFLAGS)" \
                TARGET_INCDIRS="$(TARGET_INCDIRS)" \
                TARGET_LIBDIRS="$(TARGET_LIBDIRS)" \
+               CFLAGS= \
+               CXXFLAGS= \
+               LDFLAGS= \
                STAGING_DIR="$(STAGING_DIR)" \
                STAGING_DIR_HOST="$(STAGING_DIR)/../host" \
                ./configure \