From: mb Date: Wed, 26 Oct 2011 17:41:02 +0000 (+0000) Subject: qt4: Unset host CFLAGS. This fixes a compile error if CFLAGS are exported on the... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1b0f7d7f388080e2eb6835bb8b312dbaae88fe2d;p=packages.git qt4: Unset host CFLAGS. This fixes a compile error if CFLAGS are exported on the host. git-svn-id: svn://svn.openwrt.org/openwrt/packages@28608 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index cf9ca14cd..31c660a9a 100644 --- a/Xorg/lib/qt4/Makefile +++ b/Xorg/lib/qt4/Makefile @@ -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 \