From 1a2ea640d678953329de97da98f4ac2dfe47c7a6 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 6 Oct 2020 11:11:41 -0600 Subject: [PATCH] - Force -fPIC into CFLAGS for QT --- transmission.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/transmission.spec b/transmission.spec index f86b95f..0e1abc5 100644 --- a/transmission.spec +++ b/transmission.spec @@ -2,7 +2,7 @@ Name: transmission Version: 3.00 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A lightweight GTK+ BitTorrent client # See COPYING. This licensing situation is... special. License: MIT and GPLv2 @@ -97,6 +97,7 @@ mv AUTHORS.new AUTHORS %build CXXFLAGS="%{optflags} -fPIC" +CFLAGS="%{optflags} -fPIC" %configure --disable-static --enable-utp --enable-daemon --with-systemd-daemon \ --enable-nls --enable-cli --enable-daemon \ @@ -179,6 +180,9 @@ desktop-file-install \ %doc %{_mandir}/man1/transmission-qt.* %changelog +* Tue Oct 06 2020 Jeff Law - 3.00-6 +- Force -fPIC into CFLAGS for QT + * Tue Sep 29 2020 Gwyn Ciesla - 3.00-5 - libevent re-rebuild