diff options
Diffstat (limited to 'qmake/qmake-native_3.2.3.oe')
-rw-r--r-- | qmake/qmake-native_3.2.3.oe | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/qmake/qmake-native_3.2.3.oe b/qmake/qmake-native_3.2.3.oe index aebb13a57c..2f14be3809 100644 --- a/qmake/qmake-native_3.2.3.oe +++ b/qmake/qmake-native_3.2.3.oe @@ -19,11 +19,8 @@ EXTRA_OECONF = "-static -no-gif -no-sm -system-zlib -system-libjpeg -system-libp EXTRA_OEMAKE = "-e" do_configure() { - if [ "$BUILD_ARCH" = "i686" ]; then - BUILD_ARCH=x86 - fi - echo yes | ./configure $EXTRA_OECONF || die "Configuring qt failed" - + oenote ./configure ${EXTRA_OECONF} + echo yes | ./configure ${EXTRA_OECONF} || die "Configuring qt failed" } do_compile() { |