util-linux: switch to --localstatedir=/run.
This commit is contained in:
parent
3b291a8b1d
commit
a86522a6de
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'util-linux'
|
||||
pkgname=util-linux
|
||||
version=2.24.1
|
||||
revision=3
|
||||
revision=4
|
||||
short_desc="Miscellaneous linux utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||
|
@ -42,7 +42,7 @@ do_configure() {
|
|||
--disable-vipw --enable-newgrp --enable-chfn-chsh \
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system \
|
||||
--without-udev --enable-write \
|
||||
--enable-socket-activation \
|
||||
--enable-socket-activation --localstatedir=/run \
|
||||
SUID_CFLAGS="-fPIE" SUID_LDFLAGS="-pie"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue