diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-06-24 11:45:14 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-06-24 11:46:05 +0200 |
commit | 744c4322b5d4cfb4123ccdc8065ccdc68e7a7f40 (patch) | |
tree | 1df6b48a780defaf10b51569c6370ae93e48d574 | |
parent | 8615c5014ccac8564373f2e88d1d3543c3576b9e (diff) |
qt4-tools-native: Revert change to add part of the configure flag into a variable.
-rw-r--r-- | recipes/qt4/qt4-tools-native.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/qt4/qt4-tools-native.inc b/recipes/qt4/qt4-tools-native.inc index ae701248a9..b6e3107cf0 100644 --- a/recipes/qt4/qt4-tools-native.inc +++ b/recipes/qt4/qt4-tools-native.inc @@ -15,9 +15,6 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${PV}. file://linux.conf" S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" -# Suitable for qt4 tools which should not interfere with the system's qt libraries. -LINKSTYLE = "-static" - EXTRA_OECONF = "-prefix ${prefix} \ -L ${STAGING_LIBDIR_NATIVE} \ -I ${STAGING_INCDIR_NATIVE} \ @@ -28,7 +25,7 @@ EXTRA_OECONF = "-prefix ${prefix} \ -no-exceptions \ -no-nas-sound \ -no-nis \ - -verbose -release ${LINKSTYLE} \ + -verbose -release -static \ -qt3support" # yank default -e, otherwise we get the following error: |