hardinfo: fix build with new libsoup
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user