Set PERL_HASH_SEED to make compilation deterministic.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-03-04 18:48:48 -08:00
parent 63cf7dd699
commit dabe0bd205
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -484,6 +484,9 @@ compiler() {
#
[ "$g_debugging" != trace -a -z "$g_preview" ] || [ -n "$g_debug" ] && g_pager=
PERL_HASH_SEED=0
export PERL_HASH_SEED
if [ ${PERLLIBDIR} = ${LIBEXECDIR}/shorewall ]; then
eval $PERL $debugflags $pc $options $@ $g_pager
else