[apache2] 01/03: set SHELL=/bin/bash during configure for reproducible builds

Stefan Fritsch sf at moszumanska.debian.org
Sun May 29 11:10:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apache2.

commit a19f1199d5c8b375934697105d759194e5720ac6
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sun May 29 12:02:43 2016 +0200

    set SHELL=/bin/bash during configure for reproducible builds
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 82abaf6..fa70401 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ apache2 (2.4.20-3) UNRELEASED; urgency=low
 
   * Fix conffiles that may have got the wrong content during upgrade from
     wheezy to early jessie versions. Closes: #794933
+  * Set SHELL=/bin/bash during configure to get reproducible builds regardless
+    of where /bin/sh points to.
 
  -- Stefan Fritsch <sf at debian.org>  Sat, 28 May 2016 19:03:19 +0200
 
diff --git a/debian/rules b/debian/rules
index b18d923..8556adc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -102,7 +102,7 @@ override_dh_auto_configure: generate-maintainer-scripts prebuild-checks support/
 		--enable-mods-shared="all cgi ident authnz_fcgi" \
 		--enable-mods-static="unixd logio watchdog version" \
 		CFLAGS="$(AP2_CFLAGS)" CPPFLAGS="$(AP2_CPPFLAGS)" LDFLAGS="$(AP2_LDFLAGS)" \
-		LTFLAGS="$(AP2_LTFLAGS)"
+		LTFLAGS="$(AP2_LTFLAGS)" SHELL=/bin/bash
 
 
 debian/config-dir/apache2.conf: debian/config-dir/apache2.conf.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list