pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/uacme



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 10 19:31:36 UTC 2024

Modified Files:
        pkgsrc/security/uacme: Makefile

Log Message:
uacme: Needs -lsocket on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/uacme/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/uacme/Makefile
diff -u pkgsrc/security/uacme/Makefile:1.3 pkgsrc/security/uacme/Makefile:1.4
--- pkgsrc/security/uacme/Makefile:1.3  Wed May 29 16:34:21 2024
+++ pkgsrc/security/uacme/Makefile      Thu Oct 10 19:31:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/05/29 16:34:21 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/10/10 19:31:35 nia Exp $
 
 PKGNAME=       uacme-${PKGVER}
 PKGREVISION=   2
@@ -27,6 +27,8 @@ DOCDIR=                       share/doc/uacme
 UACME_CONFDIR=         ${VARBASE}/uacme
 UACME_CHALLENGE_PATH=  ${UACME_CONFDIR}/challenge
 
+LDFLAGS.SunOS+=                -lsocket
+
 CONFIGURE_ARGS=                --datadir=${PREFIX}/${HOOKDIR}
 CONFIGURE_ARGS+=       --disable-maintainer-mode
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}



Home | Main Index | Thread Index | Old Index