about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorCillian de Róiste <goibhniu@fsfe.org>2013-03-25 21:52:01 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2013-03-25 21:52:38 +0100
commit67a1c3df94443948d177f0642e7bffb1e4f7f402 (patch)
tree353b5d93b4338604a830b800554743954df142f0 /pkgs/applications/audio
parente825c522b69f6ba32d498566f94c2daf6093b7e8 (diff)
downloadnixlib-67a1c3df94443948d177f0642e7bffb1e4f7f402.tar
nixlib-67a1c3df94443948d177f0642e7bffb1e4f7f402.tar.gz
nixlib-67a1c3df94443948d177f0642e7bffb1e4f7f402.tar.bz2
nixlib-67a1c3df94443948d177f0642e7bffb1e4f7f402.tar.lz
nixlib-67a1c3df94443948d177f0642e7bffb1e4f7f402.tar.xz
nixlib-67a1c3df94443948d177f0642e7bffb1e4f7f402.tar.zst
nixlib-67a1c3df94443948d177f0642e7bffb1e4f7f402.zip
LinuxSampler: fix the build by disabling a check for a bug
Without the --disable-nptl-bug-check configure option LinuxSampler
refuses to build. It seems to be a long standing bug. Despite this, I
have used LinuxSampler for over a week now and it seems OK.
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/linuxsampler/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/audio/linuxsampler/default.nix b/pkgs/applications/audio/linuxsampler/default.nix
index c74cd2b0d7d4..d9413c031546 100644
--- a/pkgs/applications/audio/linuxsampler/default.nix
+++ b/pkgs/applications/audio/linuxsampler/default.nix
@@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
 
   patches = ./linuxsampler_lv2_sfz_fix.diff;
 
+  # It fails to compile without this option. I'm not sure what the bug
+  # is, but everything works OK for me (goibhniu).
+  configureFlags = [ "--disable-nptl-bug-check" ];
+
   preConfigure = ''
     sed -e 's/which/type -P/g' -i scripts/generate_parser.sh
     make -f Makefile.cvs