8
0

Accepting request 451324 from home:bmwiedemann:branches:devel:languages:perl

set PERL_HASH_SEED to make build reproducible

OBS-URL: https://build.opensuse.org/request/show/451324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-SessionX?expand=0&rev=19
This commit is contained in:
2017-03-04 10:10:26 +00:00
committed by Git OBS Bridge
parent 503cd63ee3
commit cf5232d7c1
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Apache-SessionX
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -50,7 +50,7 @@ useful outside of Embperl as well, so here is it as standalone module.
%setup -n Apache-SessionX-%{version}
%build
perl Makefile.PL
PERL_HASH_SEED=42 perl Makefile.PL
make all
%install