qjackctl: force -fPIE to unbreak the x86 build.

This commit is contained in:
Juan RP 2015-01-19 10:33:31 +01:00
parent fa8cd1a6fa
commit 0098bc4233
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ pkgname=qjackctl
version=0.3.12
revision=1
build_style=gnu-configure
CXXFLAGS="-fPIE"
configure_args="--enable-jack-version --enable-qt5 --disable-qt4"
hostmakedepends="pkg-config qt5-tools"
makedepends="qt5-devel jack-devel"