mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
distcc: build with pie/relro.
This commit is contained in:
parent
c30a79c309
commit
c9ea489511
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'distcc'
|
# Template file for 'distcc'
|
||||||
pkgname=distcc
|
pkgname=distcc
|
||||||
version=3.2rc1
|
version=3.2rc1
|
||||||
revision=13
|
revision=14
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-Werror --with-gtk"
|
configure_args="--disable-Werror --with-gtk"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -16,6 +16,7 @@ homepage="http://code.google.com/p/distcc"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://distcc.googlecode.com/files/${pkgname}-${version}.tar.bz2"
|
distfiles="http://distcc.googlecode.com/files/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=311671e844625d7fdb18dd3d096cd855751cfe8de13827682bcb7beff9133b30
|
checksum=311671e844625d7fdb18dd3d096cd855751cfe8de13827682bcb7beff9133b30
|
||||||
|
build_pie=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove useless files.
|
# Remove useless files.
|
||||||
|
|
Loading…
Add table
Reference in a new issue