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
This commit is contained in:
parent
4abd7a49e4
commit
1b0f7d7f38
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user