qt4: Unset host CFLAGS. This fixes a compile error if CFLAGS are exported on the...
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Oct 2011 17:41:02 +0000 (17:41 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Oct 2011 17:41:02 +0000 (17:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28608 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/lib/qt4/Makefile

index cf9ca14..31c660a 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 \