summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-01-20 17:42:53 +0000
committerjperkin <jperkin@pkgsrc.org>2020-01-20 17:42:53 +0000
commitf74554c2c66612633fa9879bdc150686ac403402 (patch)
treeb08098f351eca57f2b1ad8d16fd45b98ad1eff01
parent2c4e6f4a505639c078eb64ef0180f943efab4acd (diff)
downloadpkgsrc-f74554c2c66612633fa9879bdc150686ac403402.tar.gz
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.
-rw-r--r--security/openssl/PLIST.Linux2
-rw-r--r--security/openssl/options.mk7
2 files changed, 6 insertions, 3 deletions
diff --git a/security/openssl/PLIST.Linux b/security/openssl/PLIST.Linux
deleted file mode 100644
index 2788af608f7..00000000000
--- a/security/openssl/PLIST.Linux
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.Linux,v 1.1 2020/01/16 21:58:50 wiz Exp $
-lib/engines-1.1/afalg.${SOEXT}
diff --git a/security/openssl/options.mk b/security/openssl/options.mk
index 4934c45bb6b..6c2fc427519 100644
--- a/security/openssl/options.mk
+++ b/security/openssl/options.mk
@@ -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