pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/polkit Fix build on Linux (disable unsupporte...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/070dd491fab1
branches:  trunk
changeset: 348685:070dd491fab1
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Fri Jun 17 20:31:24 2016 +0000

description:
Fix build on Linux (disable unsupported in pkgsrc systemd)

diffstat:

 security/polkit/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fa98f7557f3b -r 070dd491fab1 security/polkit/Makefile
--- a/security/polkit/Makefile  Fri Jun 17 19:46:52 2016 +0000
+++ b/security/polkit/Makefile  Fri Jun 17 20:31:24 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/06/13 23:06:46 youri Exp $
+# $NetBSD: Makefile,v 1.5 2016/06/17 20:31:24 kamil Exp $
 #
 
 DISTNAME=      polkit-0.113
@@ -24,6 +24,7 @@
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-polkitd-user=${POLKITD_USER}
+CONFIGURE_ARGS+=       --disable-libsystemd-login
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index