From 673d397dc2ce35e9e715179deaad83322ec4c184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 24 Jan 2018 12:52:35 +0100 Subject: [PATCH] Disable strict symbol checks in the link editor --- nginx.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nginx.spec b/nginx.spec index dfaa151..fa2cb11 100644 --- a/nginx.spec +++ b/nginx.spec @@ -1,6 +1,10 @@ %global _hardened_build 1 %global nginx_user nginx +# Disable strict symbol checks in the link editor. +# See: https://src.fedoraproject.org/rpms/redhat-rpm-config/c/078af19 +%undefine _strict_symbol_defs_build + # gperftools exist only on selected arches # gperftools *detection* is failing on ppc64*, possibly only configure # bug, but disable anyway. @@ -443,6 +447,7 @@ fi %changelog * Wed Jan 24 2018 Björn Esser - 1:1.12.1-5 - Add patch to apply glibc bugfix if really needed only +- Disable strict symbol checks in the link editor * Sat Jan 20 2018 Björn Esser - 1:1.12.1-4 - Rebuilt for switch to libxcrypt