hardinfo: fix build with new libsoup

This commit is contained in:
Tor Hedin Brønner
2018-10-17 09:18:22 +02:00
committed by Jan Tojnar
parent fcf066983d
commit 3fdfde44c6

View File

@@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
# Fixes '#error You must compile this program without "-O"'
hardeningDisable = [ "all" ];
# Ignore undefined references to a bunch of libsoup symbols
NIX_LDFLAGS = "--unresolved-symbol=ignore-all";
preConfigure = ''
patchShebangs configure