summaryrefslogtreecommitdiff
path: root/package/.template
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-28 19:04:37 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-30 21:18:09 +0200
commit4237c9d899a7e5dfb9d62644601bcbfa1574ab82 (patch)
treeccb7b6d3fe16110c0dbc0648ca5c7760ab6d2b31 /package/.template
parentf9be3a73d76d5cf4f8b07cbbff925872927a1eaa (diff)
remove OpenSSL support
I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL.
Diffstat (limited to 'package/.template')
-rw-r--r--package/.template/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/.template/Makefile b/package/.template/Makefile
index f60be74bb..2c54be734 100644
--- a/package/.template/Makefile
+++ b/package/.template/Makefile
@@ -36,20 +36,20 @@ PKG_SITES:= add download url without package name
# flavour description
#PKGFD_WITH_SSL:= enable SSL support
# flavour runtime dependency, package name
-#PKGFS_WITH_SSL:= libopenssl
+#PKGFS_WITH_SSL:= libressl
# flavour build time dependency, package dir
-#PKGFB_WITH_SSL:= openssl
+#PKGFB_WITH_SSL:= libressl
# define your choices for your package here, f.e. different SSL implementations
-#PKG_CHOICES_PKGNAME:= WITH_OPENSSL WITH_GNUTLS
+#PKG_CHOICES_PKGNAME:= WITH_LIBRESSL WITH_GNUTLS
# package description for each choice
-#PKGCD_WITH_OPENSSL:= SSL support via OpenSSL library
-#PKGCD_WITH_GNUTLS:= SSL support via GNUTLS library
+#PKGCD_WITH_LIBRESSL:= ssl support via libressl library
+#PKGCD_WITH_GNUTLS:= ssl support via gnutls library
# package build time dependencies
-#PKGCB_WITH_OPENSSL:= openssl
+#PKGCB_WITH_LIBRESSL:= libressl
#PKGCB_WITH_GNUTLS:= gnutls
# package runtime dependencies
-#PKGCS_WITH_OPENSSL:= libopenssl
+#PKGCS_WITH_LIBRESSL:= libressl
#PKGCS_WITH_GNUTLS:= libgnutls
# if downloaded package is not ending with .tar.xz use following