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:   jperkin
Date:           Mon Feb  2 16:47:21 UTC 2026

Modified Files:
        pkgsrc/security/polkit: Makefile

Log Message:
polkit: SunOS needs -lsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 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.58 pkgsrc/security/polkit/Makefile:1.59
--- pkgsrc/security/polkit/Makefile:1.58        Sun Dec 21 15:44:05 2025
+++ pkgsrc/security/polkit/Makefile     Mon Feb  2 16:47:20 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2025/12/21 15:44:05 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2026/02/02 16:47:20 jperkin Exp $
 
 DISTNAME=      polkit-127
 CATEGORIES=    security
@@ -29,6 +29,7 @@ PKGCONFIG_OVERRIDE+=  data/polkit-agent-1
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--as-needed
 CPPFLAGS.SunOS+=               -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__
+LDFLAGS.SunOS+=                        -lsocket
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index