From 1631c147bcbf85c000e0b79fb7f141157ee9526a Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Thu, 1 Sep 2016 21:12:29 +0200 Subject: [PATCH] transmission-qt: fix PIE --- srcpkgs/transmission/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/transmission/template b/srcpkgs/transmission/template index 2590e79596c..95143276fa4 100644 --- a/srcpkgs/transmission/template +++ b/srcpkgs/transmission/template @@ -1,7 +1,7 @@ # Template file for 'transmission' pkgname=transmission version=2.92 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp --without-systemd-daemon" hostmakedepends="pkg-config intltool" @@ -35,9 +35,9 @@ do_build() { if [ -z "$CROSS_BUILD" ]; then # Build the Qt frontend cd qt - qmake qtr.pro + qmake QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_LFLAGS="${LDFLAGS}" qtr.pro lrelease translations/*.ts - make CXXFLAGS="${CXXFLAGS} -fPIC -std=c++11" LDFLAGS="${LDFLAGS}" + make ${makejobs} CXXFLAGS="${CXXFLAGS} -fPIC -std=c++11" LDFLAGS="${LDFLAGS}" fi } do_install() {