From 4caf6c8860bdd693b5861f282c779a00be2c391cc5aa40c7b3d17efcbea375af Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 10 May 2018 13:44:43 +0000 Subject: [PATCH] Accepting request 605146 from KDE:Qt5 OBS-URL: https://build.opensuse.org/request/show/605146 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtwebengine?expand=0&rev=34 --- libqt5-qtwebengine.changes | 5 +++++ libqt5-qtwebengine.spec | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libqt5-qtwebengine.changes b/libqt5-qtwebengine.changes index 7c46dd5..5390d45 100644 --- a/libqt5-qtwebengine.changes +++ b/libqt5-qtwebengine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 7 12:13:15 UTC 2018 - guillaume.gardet@opensuse.org + +- Fix armv6 by removing unneeded additionnal RPM_OPT_FLAGS + ------------------------------------------------------------------- Wed Apr 11 11:00:17 UTC 2018 - mliska@suse.cz diff --git a/libqt5-qtwebengine.spec b/libqt5-qtwebengine.spec index 5c61bcc..865f38c 100644 --- a/libqt5-qtwebengine.spec +++ b/libqt5-qtwebengine.spec @@ -260,11 +260,6 @@ sed -i -e '/toolprefix = /d' -e 's/\${toolprefix}//g' \ mkdir .git %endif -%ifarch armv6l armv6hl -# Tell src/core/gyp_run.pro to configure for armv6, hard float, no neon -RPM_OPT_FLAGS+=" -march=armv6zk -mfloat-abi=hard -mfpu=vfp" -%endif - %ifnarch x86_64 RPM_OPT_FLAGS="$RPM_OPT_FLAGS " export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / }