Skip to content

Commit

Permalink
python3: fix ssl support by removing libressl patches
Browse files Browse the repository at this point in the history
Remove libressl specific patches. With commit
("tools/libressl: update to 3.7.0") they are no longer needed,
rather they cause python3 to be compiled without working ssl-support.

Fixes: openwrt#20107
Suggested-by: Andre Heider <[email protected]>
Signed-off-by: Nick Hainke <[email protected]>
  • Loading branch information
PolynomialDivision committed Dec 21, 2022
1 parent 735cba8 commit 4ecd9d6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 75 deletions.
2 changes: 1 addition & 1 deletion lang/python/python3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
include ../python3-version.mk

PKG_NAME:=python3
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_VERSION:=$(PYTHON3_VERSION).$(PYTHON3_VERSION_MICRO)

PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
Expand Down
47 changes: 0 additions & 47 deletions lang/python/python3/patches/026-openssl-feature-flags.patch

This file was deleted.

This file was deleted.

0 comments on commit 4ecd9d6

Please sign in to comment.