From f36626324a6d43051a06d5a6d634a7e98042725b Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Tue, 7 Dec 2010 13:57:10 -0800 Subject: [PATCH] Don't advertise PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED These (commented out) options had been advertised/documented in the Makefile to make it easy to produce binary compatible builds of Perl 5.8.x after the hash key randomization feature was introduced. There is no reason to point out these customization option in a prominent space. --- win32/Makefile | 10 ---------- win32/makefile.mk | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/win32/Makefile b/win32/Makefile index b1680cb..dbae5f2 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -184,16 +184,6 @@ CCLIBDIR = $(CCHOME)\lib BUILDOPT = $(BUILDOPTEXTRA) # -# Adding -DPERL_HASH_SEED_EXPLICIT will disable randomization of Perl's -# internal hash function unless the PERL_HASH_SEED environment variable is set. -# Alternatively, adding -DNO_HASH_SEED will completely disable the -# randomization feature. -# The latter is required to maintain binary compatibility with Perl 5.8.0. -# -#BUILDOPT = $(BUILDOPT) -DPERL_HASH_SEED_EXPLICIT -#BUILDOPT = $(BUILDOPT) -DNO_HASH_SEED - -# # This should normally be disabled. Enabling it will disable the File::Glob # implementation of CORE::glob. # diff --git a/win32/makefile.mk b/win32/makefile.mk index b907143..9c01779 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -240,16 +240,6 @@ CCLIBDIR *= $(CCHOME)\lib BUILDOPT *= $(BUILDOPTEXTRA) # -# Adding -DPERL_HASH_SEED_EXPLICIT will disable randomization of Perl's -# internal hash function unless the PERL_HASH_SEED environment variable is set. -# Alternatively, adding -DNO_HASH_SEED will completely disable the -# randomization feature. -# The latter is required to maintain binary compatibility with Perl 5.8.0. -# -#BUILDOPT += -DPERL_HASH_SEED_EXPLICIT -#BUILDOPT += -DNO_HASH_SEED - -# # This should normally be disabled. Enabling it will disable the File::Glob # implementation of CORE::glob. # -- 2.7.4