xburst-tools: Fix build

This commit is contained in:
Silvan Mosberger 2018-04-03 23:32:46 +02:00
parent b705ac629f
commit 4645b12e03
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -22,6 +22,8 @@ stdenv.mkDerivation {
"--enable-firmware CROSS_COMPILE=${crossPrefix}-"
else "";
hardeningDisable = [ "pic" "stackprotector" ];
# Not to strip cross build binaries (this is for the gcc-cross-wrapper)
dontCrossStrip = true;