projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79fdb34
)
qt4: Unset host CFLAGS. This fixes a compile error if CFLAGS are exported on the...
author
Michael Büsch
<mb@bu3sch.de>
Wed, 26 Oct 2011 17:41:02 +0000
(17:41 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Wed, 26 Oct 2011 17:41:02 +0000
(17:41 +0000)
SVN-Revision: 28608
Xorg/lib/qt4/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/qt4/Makefile
b/Xorg/lib/qt4/Makefile
index cf9ca14cd2b0a4f7506c1a17e5b957c999061c52..31c660a9a4d58e138578854a899a0f9832f79c7e 100644
(file)
--- 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 \