pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/opendoas
Module Name: pkgsrc
Committed By: nia
Date: Mon May 9 15:21:20 UTC 2022
Modified Files:
pkgsrc/security/opendoas: Makefile
Log Message:
opendoas: Work around some blatant problems on NetBSD with implict
function declaration and improper linkage.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/opendoas/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/opendoas/Makefile
diff -u pkgsrc/security/opendoas/Makefile:1.3 pkgsrc/security/opendoas/Makefile:1.4
--- pkgsrc/security/opendoas/Makefile:1.3 Fri Nov 26 08:40:40 2021
+++ pkgsrc/security/opendoas/Makefile Mon May 9 15:21:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/11/26 08:40:40 pin Exp $
+# $NetBSD: Makefile,v 1.4 2022/05/09 15:21:19 nia Exp $
DISTNAME= opendoas-6.8.1
CATEGORIES= security
@@ -14,6 +14,9 @@ CONFLICTS= doas-[0-9]*
WRKSRC= ${WRKDIR}/OpenDoas-${PKGVERSION_NOREV}
+CFLAGS.NetBSD+= -D_OPENBSD_SOURCE
+LDFLAGS.NetBSD+= -lutil
+
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= pre-configure
Home |
Main Index |
Thread Index |
Old Index