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:   vins
Date:           Sun Feb  2 10:59:48 UTC 2025

Modified Files:
        pkgsrc/security/opendoas: options.mk

Log Message:
security/opendoas: fix build on Slackware


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/opendoas/options.mk

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/options.mk
diff -u pkgsrc/security/opendoas/options.mk:1.1 pkgsrc/security/opendoas/options.mk:1.2
--- pkgsrc/security/opendoas/options.mk:1.1     Thu Dec 22 09:24:38 2022
+++ pkgsrc/security/opendoas/options.mk Sun Feb  2 10:59:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2022/12/22 09:24:38 vins Exp $
+# $NetBSD: options.mk,v 1.2 2025/02/02 10:59:47 vins Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.opendoas
 
@@ -11,5 +11,6 @@ PKG_SUGGESTED_OPTIONS=
 ## Enable credential caching.
 ##
 .if !empty(PKG_OPTIONS:Mpersist)
+CONFIGURE_ENV+=                OS=linux
 CONFIGURE_ARGS+=       --with-timestamp
 .endif



Home | Main Index | Thread Index | Old Index