gst-python: Disable bindnow hardening flag
Fixes dynamic linking against libxml2.
This commit is contained in:
parent
2e08d8234e
commit
5df521abda
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0y1i4n5m1diljqr9dsq12anwazrhbs70jziich47gkdwllcza9lg";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "bindnow" ];
|
||||
|
||||
# Need to disable the testFake test case due to bug in pygobject.
|
||||
# See https://bugzilla.gnome.org/show_bug.cgi?id=692479
|
||||
patches = [ ./disable-testFake.patch ];
|
||||
|
|
Loading…
Reference in a new issue