From 9e3b13ffaa018d6e46f831522ea7b7287c9e1a76 Mon Sep 17 00:00:00 2001 From: Joel Knight Date: Wed, 12 Jun 2024 10:23:53 -0600 Subject: [PATCH] py-awscrt: remove USE_NOEXECONLY=true aws-crt-python links with --no-execute-only since https://github.com/awslabs/aws-crt-python/commit/c9c84bc61a0bfe21ddb4bde208a10d325df5eee9 --- ports/devel/py-awscrt/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ports/devel/py-awscrt/Makefile b/ports/devel/py-awscrt/Makefile index f43df8d..c85a8bd 100644 --- a/ports/devel/py-awscrt/Makefile +++ b/ports/devel/py-awscrt/Makefile @@ -25,10 +25,6 @@ FLAVOR = python3 BUILD_DEPENDS += devel/cmake -# aws-lc , which is vendored into the -# Python CRT bindings, isn't compatible with exec-only. -USE_NOEXECONLY = Yes - NO_TEST = Yes # pass in CONFIGURE_ARGS defined by the cmake module