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 / }