diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-02 07:51:36 +0000 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-02 07:51:36 +0000 |
commit | 8f61b0343b6c56644fdaa8fa3e84e1c29d3f47b9 (patch) | |
tree | 9ab1fe4676cc2f3c97706891dcdbf382b8c729c6 /recipes/qt4/files | |
parent | b6f983eff85d91dd1015170d7d338c07e22701ef (diff) |
qt4-tools-native: set LFLAGS to pick up zlib from staging
Diffstat (limited to 'recipes/qt4/files')
-rw-r--r-- | recipes/qt4/files/configure-lflags.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/qt4/files/configure-lflags.patch b/recipes/qt4/files/configure-lflags.patch new file mode 100644 index 0000000000..df195494ee --- /dev/null +++ b/recipes/qt4/files/configure-lflags.patch @@ -0,0 +1,13 @@ +Index: qtopia-core-opensource-src-4.3.3/configure +=================================================================== +--- qtopia-core-opensource-src-4.3.3.orig/configure 2008-01-14 08:53:51.000000000 +0000 ++++ qtopia-core-opensource-src-4.3.3/configure 2008-01-14 08:54:07.000000000 +0000 +@@ -447,7 +447,7 @@ + # initalize variables + #------------------------------------------------------------------------------- + +-SYSTEM_VARIABLES="CC CXX CFLAGS CXXFLAGS LDFLAGS" ++SYSTEM_VARIABLES="CC CXX CFLAGS CXXFLAGS LDFLAGS LFLAGS" + for varname in $SYSTEM_VARIABLES; do + cmd=`echo \ + 'if [ -n "\$'${varname}'" ]; then |