- Force -fPIC into CFLAGS for QT

epel9
Jeff Law 4 years ago
parent 31de05d33d
commit 1a2ea640d6

@ -2,7 +2,7 @@
Name: transmission Name: transmission
Version: 3.00 Version: 3.00
Release: 5%{?dist} Release: 6%{?dist}
Summary: A lightweight GTK+ BitTorrent client Summary: A lightweight GTK+ BitTorrent client
# See COPYING. This licensing situation is... special. # See COPYING. This licensing situation is... special.
License: MIT and GPLv2 License: MIT and GPLv2
@ -97,6 +97,7 @@ mv AUTHORS.new AUTHORS
%build %build
CXXFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC"
CFLAGS="%{optflags} -fPIC"
%configure --disable-static --enable-utp --enable-daemon --with-systemd-daemon \ %configure --disable-static --enable-utp --enable-daemon --with-systemd-daemon \
--enable-nls --enable-cli --enable-daemon \ --enable-nls --enable-cli --enable-daemon \
@ -179,6 +180,9 @@ desktop-file-install \
%doc %{_mandir}/man1/transmission-qt.* %doc %{_mandir}/man1/transmission-qt.*
%changelog %changelog
* Tue Oct 06 2020 Jeff Law <law@redhat.com> - 3.00-6
- Force -fPIC into CFLAGS for QT
* Tue Sep 29 2020 Gwyn Ciesla <gwync@protonmail.com> - 3.00-5 * Tue Sep 29 2020 Gwyn Ciesla <gwync@protonmail.com> - 3.00-5
- libevent re-rebuild - libevent re-rebuild

Loading…
Cancel
Save