From 5dd4ed6a15a340d5c3269803da0d346194d0322e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 16 Aug 2012 18:30:21 +0200 Subject: [PATCH] util-linux: enable systemd socket activation support. --- srcpkgs/util-linux/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index 2b4f9f51aa..d8f8d42031 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -4,7 +4,7 @@ _distver=2.22 _patchver=rc2 wrksrc=${pkgname}-${_distver}-${_patchver} version=${_distver}${_patchver} -revision=2 +revision=3 depends="coreutils shadow>=4.1.5.1_3" 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" @@ -42,6 +42,7 @@ do_configure() { --enable-vipw --enable-newgrp --enable-chfn-chsh \ --with-systemdsystemunitdir=/usr/lib/systemd/system \ --without-udev --enable-write --disable-kill \ + --enable-socket-activation \ SUID_CFLAGS="-fPIE" SUID_LDFLAGS="-pie" }