no need for reproduciable builds
This commit is contained in:
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@@ -1,4 +1,2 @@
|
|||||||
02_nrpe.cfg_local-include_support_nrpe.d.patch
|
02_nrpe.cfg_local-include_support_nrpe.d.patch
|
||||||
07_warn_ssloption.patch
|
07_warn_ssloption.patch
|
||||||
10_reproducible_build.patch
|
|
||||||
11_reproducible_dh.h.patch
|
|
||||||
|
|||||||
4
debian/rules
vendored
4
debian/rules
vendored
@@ -15,7 +15,7 @@ export AUTOHEADER=true
|
|||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
# Save deterministic "openssl dhparam" output.
|
# Save deterministic "openssl dhparam" output.
|
||||||
cp include/dh.h include/dh.h.orig
|
#cp include/dh.h include/dh.h.orig
|
||||||
|
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@@ -29,7 +29,7 @@ override_dh_auto_configure:
|
|||||||
--enable-command-args
|
--enable-command-args
|
||||||
|
|
||||||
# Restore deterministic "openssl dhparam" output.
|
# Restore deterministic "openssl dhparam" output.
|
||||||
cp include/dh.h.orig include/dh.h
|
#cp include/dh.h.orig include/dh.h
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
dh_auto_build -- all
|
dh_auto_build -- all
|
||||||
|
|||||||
Reference in New Issue
Block a user