pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/polkit



Module Name:    pkgsrc
Committed By:   kamil
Date:           Fri Jun 17 20:31:24 UTC 2016

Modified Files:
        pkgsrc/security/polkit: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/polkit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/polkit/Makefile
diff -u pkgsrc/security/polkit/Makefile:1.4 pkgsrc/security/polkit/Makefile:1.5
--- pkgsrc/security/polkit/Makefile:1.4 Mon Jun 13 23:06:46 2016
+++ pkgsrc/security/polkit/Makefile     Fri Jun 17 20:31:24 2016
@@ -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 @@ PKGCONFIG_OVERRIDE+=  data/polkit-agent-1
 
 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