gst-python: Disable bindnow hardening flag

Fixes dynamic linking against libxml2.
This commit is contained in:
Franz Pletz 2016-03-31 13:57:06 +02:00
parent 2e08d8234e
commit 5df521abda

View File

@ -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 ];