hardinfo: fix build with new libsoup
This commit is contained in:
parent
fcf066983d
commit
3fdfde44c6
@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
|
|||||||
# Fixes '#error You must compile this program without "-O"'
|
# Fixes '#error You must compile this program without "-O"'
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
|
|
||||||
|
# Ignore undefined references to a bunch of libsoup symbols
|
||||||
|
NIX_LDFLAGS = "--unresolved-symbol=ignore-all";
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs configure
|
patchShebangs configure
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user