mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
irqbalance: build with pie/relro.
This commit is contained in:
parent
9412873b3a
commit
bf0738715a
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'irqbalance'
|
# Template file for 'irqbalance'
|
||||||
pkgname=irqbalance
|
pkgname=irqbalance
|
||||||
version=1.0.9
|
version=1.0.9
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libglib-devel libcap-ng-devel"
|
makedepends="libglib-devel libcap-ng-devel"
|
||||||
|
@ -11,6 +11,7 @@ license="GPL-2"
|
||||||
homepage="https://github.com/Irqbalance/irqbalance"
|
homepage="https://github.com/Irqbalance/irqbalance"
|
||||||
distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
||||||
checksum=f1b8115948bb9f0bc36b9d7143ee8be751a294bc189d311408e753acc37169c3
|
checksum=f1b8115948bb9f0bc36b9d7143ee8be751a294bc189d311408e753acc37169c3
|
||||||
|
build_pie=yes
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) makedepends+=" libnuma-devel";;
|
i686*|x86_64*) makedepends+=" libnuma-devel";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue