cdrdao: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-08 17:19:49 +00:00
parent 1cf63c85be
commit cccd32b7a1

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation {
buildInputs = [ lame libvorbis libmad pkgconfig libao ];
hardening_format = false;
# Adjust some headers to match glibc 2.12 ... patch is a diff between
# the cdrdao CVS head and the 1.2.3 release.
patches = [ ./adjust-includes-for-glibc-212.patch ];