Skip to content

Commit

Permalink
Drop ENV setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelka authored and Bill-Sommerfeld committed Feb 8, 2024
1 parent 079079c commit 81d8943
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/python/python-312/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 81d8943

Please sign in to comment.