boinc: fix PIE
This commit is contained in:
parent
d7cd9e3e35
commit
ba6e2f2f35
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'boinc'
|
# Template file for 'boinc'
|
||||||
pkgname=boinc
|
pkgname=boinc
|
||||||
version=7.6.31
|
version=7.6.31
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=boinc-client_release-${version%.*}-${version}
|
wrksrc=boinc-client_release-${version%.*}-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config python"
|
hostmakedepends="automake libtool pkg-config python"
|
||||||
|
@ -32,7 +32,7 @@ do_configure() {
|
||||||
mkdir nox
|
mkdir nox
|
||||||
cp -ar x11/* nox
|
cp -ar x11/* nox
|
||||||
cd ${wrksrc}/x11
|
cd ${wrksrc}/x11
|
||||||
LDFLAGS="-lX11" ./configure \
|
LDFLAGS="${LDFLAGS} -lX11" ./configure \
|
||||||
${configure_args} \
|
${configure_args} \
|
||||||
--enable-libraries \
|
--enable-libraries \
|
||||||
--enable-unicode \
|
--enable-unicode \
|
||||||
|
|
Loading…
Reference in New Issue