From 8d3281a25bd901c641cbec4b637d2a81203d5396 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 13 Apr 2020 12:39:00 -0500 Subject: [PATCH] -no-feature-relocatable --- qt5-qtbase.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index d0ac709..ba648e9 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -474,7 +474,6 @@ export MAKEFLAGS="%{?_smp_mflags}" %{!?examples:-nomake examples} \ %{!?tests:-nomake tests} \ -no-pch \ - -no-relocatable \ -no-rpath \ -no-separate-debug-info \ %{?no_sse2} \ @@ -490,6 +489,7 @@ export MAKEFLAGS="%{?_smp_mflags}" -system-zlib \ %{?use_gold_linker} \ -no-directfb \ + -no-feature-relocatable \ %{?no_feature_renameat2} \ %{?no_feature_statx} \ QMAKE_CFLAGS_RELEASE="${CFLAGS:-$RPM_OPT_FLAGS}" \ @@ -1043,7 +1043,7 @@ fi %changelog * Mon Apr 13 2020 Rex Dieter - 5.14.2-3 -- %%build: -no-relocatable (#1823118) +- %%build: -no-feature-relocatable (#1823118) * Wed Apr 08 2020 Than Ngo - 5.14.2-2 - Fixed bz#1801370 - CVE-2015-9541 XML entity expansion vulnerability via a crafted SVG document