pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/openssl



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jan 20 17:42:53 UTC 2020

Modified Files:
        pkgsrc/security/openssl: options.mk
Removed Files:
        pkgsrc/security/openssl: PLIST.Linux

Log Message:
openssl: Explicitly disable afalgeng for now.

This is only supported in certain Linux configurations, so will need proper
PLIST logic if it is to be properly handled as an option.  Fixes EL7.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/security/openssl/PLIST.Linux
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/openssl/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/openssl/options.mk
diff -u pkgsrc/security/openssl/options.mk:1.11 pkgsrc/security/openssl/options.mk:1.12
--- pkgsrc/security/openssl/options.mk:1.11     Thu Jan 16 22:45:45 2020
+++ pkgsrc/security/openssl/options.mk  Mon Jan 20 17:42:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2020/01/16 22:45:45 wiz Exp $
+# $NetBSD: options.mk,v 1.12 2020/01/20 17:42:53 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.openssl
 PKG_SUPPORTED_OPTIONS= idea md2 mdc2 rc5 zlib threads
@@ -19,6 +19,11 @@ PLIST.${alg}=                yes
 CONFIGURE_ARGS+=       no-${alg}
 .  endif
 .endfor
+#
+# Only supported in certain Linux configurations, needs proper handling if
+# it is to be supported as an option.
+#
+CONFIGURE_ARGS+=       no-afalgeng
 
 .if !empty(PKG_OPTIONS:Mzlib)
 CONFIGURE_ARGS+=       zlib



Home | Main Index | Thread Index | Old Index