mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 04:12:57 +02:00
util-linux: enable systemd socket activation support.
This commit is contained in:
parent
8688b80cc4
commit
5dd4ed6a15
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ _distver=2.22
|
||||||
_patchver=rc2
|
_patchver=rc2
|
||||||
wrksrc=${pkgname}-${_distver}-${_patchver}
|
wrksrc=${pkgname}-${_distver}-${_patchver}
|
||||||
version=${_distver}${_patchver}
|
version=${_distver}${_patchver}
|
||||||
revision=2
|
revision=3
|
||||||
depends="coreutils shadow>=4.1.5.1_3"
|
depends="coreutils shadow>=4.1.5.1_3"
|
||||||
makedepends="pkg-config zlib-devel ncurses-devel pam-devel"
|
makedepends="pkg-config zlib-devel ncurses-devel pam-devel"
|
||||||
replaces="util-linux-ng>=0 e2fsprogs<=1.41.14_1 eject>=0 shadow<4.1.5.1_3"
|
replaces="util-linux-ng>=0 e2fsprogs<=1.41.14_1 eject>=0 shadow<4.1.5.1_3"
|
||||||
|
@ -42,6 +42,7 @@ do_configure() {
|
||||||
--enable-vipw --enable-newgrp --enable-chfn-chsh \
|
--enable-vipw --enable-newgrp --enable-chfn-chsh \
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system \
|
--with-systemdsystemunitdir=/usr/lib/systemd/system \
|
||||||
--without-udev --enable-write --disable-kill \
|
--without-udev --enable-write --disable-kill \
|
||||||
|
--enable-socket-activation \
|
||||||
SUID_CFLAGS="-fPIE" SUID_LDFLAGS="-pie"
|
SUID_CFLAGS="-fPIE" SUID_LDFLAGS="-pie"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue