From 81d89434d201a33a2694165b69a98297206b4279 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Wed, 7 Feb 2024 13:18:54 +0100 Subject: [PATCH] Drop ENV setting --- components/python/python-312/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/python/python-312/Makefile b/components/python/python-312/Makefile index a6e33a3fc11..93942703015 100644 --- a/components/python/python-312/Makefile +++ b/components/python/python-312/Makefile @@ -90,13 +90,6 @@ CFLAGS += $(CPP_XPG6MODE) # are based on Solaris 11 minimum supported system requirements. XPROFILE_DIR= $(BUILD_DIR_$(BITS))/.profile -# PYTHONPATH in the environment can be harmful, but setting it to empty via -# _INSTALL_ENV causes problems too, so just ignore the entire environment. -# (see 20396493) Because of this, we have to explicitly specify PATH in -# multiple places below. Also up the limit of maximum opened files for -# testing purposes and pgo. -ENV := ulimit -n 16384; $(ENV) -i - # Configure script should look into sbin folder when looking for dtrace CONFIGURE_ENV += PATH="$(PATH):/usr/sbin"