File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11ruby2.3 (2.3.1-3) UNRELEASED; urgency=medium
22
33 * Replace libruby2.3-dbg with automatic dbgsym packages.
4+ * Avoid unreproducible rbconfig.rb (always use bash to build).
45
56 -- Christian Hofstaedtler <
[email protected] > Mon, 06 Jun 2016 12:39:40 +0000
67
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ configure_options += --with-dbm-type=gdbm_compat
3737export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
3838configure_options += $(shell dpkg-buildflags --export=configure)
3939
40+ # Always build with /bin/bash, to get consistent rbconfig.rb (which embeds SHELL).
41+ export SHELL := /bin/bash
42+
4043vtcltk =8.6
4144configure_options += --with-tcltkversion=$(vtcltk )
4245configure_options += --with-tclConfig-dir=/usr/lib/$(DEB_HOST_MULTIARCH ) /tcl$(vtcltk ) /tclConfig.sh
You can’t perform that action at this time.
0 commit comments