summaryrefslogtreecommitdiff
path: root/package/python2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-12 21:59:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-12 21:59:40 +0200
commit7be6ba860e4634e5e748bb6aefebf12351725fef (patch)
tree27bffd27f7a2e9ee0d50937bfc86c170d3798584 /package/python2
parentbdd127b296d100ea5d9f5996087bb1b52161ce95 (diff)
python2: default to libressl
Diffstat (limited to 'package/python2')
-rw-r--r--package/python2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index 336605a64..ebd733a94 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -43,9 +43,9 @@ PKGFS_MOD_NCURSES:= libncurses
PKGFD_MOD_READLINE:= readline support
PKGFB_MOD_READLINE:= readline
PKGFS_MOD_READLINE:= libreadline
-PKGFD_MOD_SSL:= openssl support
-PKGFB_MOD_SSL:= openssl
-PKGFS_MOD_SSL:= libopenssl
+PKGFD_MOD_SSL:= ssl support
+PKGFB_MOD_SSL:= libressl
+PKGFS_MOD_SSL:= libressl
include ${ADK_TOPDIR}/mk/host.mk
include ${ADK_TOPDIR}/mk/package.mk