Do not terminate on missing build-ids

Relates to an upgrade in `rpm` to `14.4.0`, where missing build-ids now
cause builds to self-terminate. May be needed in other distros if/when
the `rpm` package is updated in those repos.

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
Upstream-commit: dcd681da54f2c2b2286cc09d053dd6cb865d3f98
Component: packaging
This commit is contained in:
Eli Uriegas
2017-12-07 23:56:30 +00:00
parent fd25684fc8
commit 6edf75f3d5
@@ -15,6 +15,7 @@ Packager: Docker <support@docker.com>
%global _dwz_low_mem_die_limit 0
%global is_systemd 1
%global with_selinux 1
%global _missing_build_ids_terminate_build 0
BuildRequires: pkgconfig(systemd)