From bb6656b8a259f2ad0f90536ee32bc3080e466f1a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 21 Feb 2017 14:26:23 +0100 Subject: Build RPMs for Fedora 25 Disabled hardened build because it makes the linker fail with messages like relocation R_X86_64_PC32 against undefined symbol `BZ2_bzWriteOpen' can not be used when making a shared object; recompile with -fPIC See https://fedoraproject.org/wiki/Changes/Harden_All_Packages. --- nix.spec.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix.spec.in') diff --git a/nix.spec.in b/nix.spec.in index 401a2dc8a1f9..2447f13a8f84 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -1,3 +1,5 @@ +%undefine _hardened_build + %global nixbld_user "nix-builder-" %global nixbld_group "nixbld" -- cgit 1.4.1