summary refs log tree commit diff
path: root/pkgs/development/libraries/libaal/default.nix
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-16 02:02:44 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-16 02:02:44 +0000
commit3835526a9479e6aa19e36bf045fc19ca2ad89002 (patch)
tree7bba7e435f2c6e439a72e89907e7c5e359965568 /pkgs/development/libraries/libaal/default.nix
parent5018c27a3d3dd049b6b0adbb416e29bbdb835905 (diff)
downloadnixpkgs-3835526a9479e6aa19e36bf045fc19ca2ad89002.tar
nixpkgs-3835526a9479e6aa19e36bf045fc19ca2ad89002.tar.gz
nixpkgs-3835526a9479e6aa19e36bf045fc19ca2ad89002.tar.bz2
nixpkgs-3835526a9479e6aa19e36bf045fc19ca2ad89002.tar.lz
nixpkgs-3835526a9479e6aa19e36bf045fc19ca2ad89002.tar.xz
nixpkgs-3835526a9479e6aa19e36bf045fc19ca2ad89002.tar.zst
nixpkgs-3835526a9479e6aa19e36bf045fc19ca2ad89002.zip
libaal: fix build with glibc 2.26
I have extracted this patch by Jan Engelhardt from [1] because I have not found
any direct or persistent link to it.

[1] http://tube.opensuse.org/repositories/filesystems/SLE_11_SP4/src/libaal-1.0.6-107.1.src.rpm

Tracking issue: #31696
Diffstat (limited to 'pkgs/development/libraries/libaal/default.nix')
-rw-r--r--pkgs/development/libraries/libaal/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libaal/default.nix b/pkgs/development/libraries/libaal/default.nix
index 88396786ed7..6df7bc22772 100644
--- a/pkgs/development/libraries/libaal/default.nix
+++ b/pkgs/development/libraries/libaal/default.nix
@@ -9,10 +9,14 @@ stdenv.mkDerivation rec {
     sha256 = "176f2sns6iyxv3h9zyirdinjwi05gdak48zqarhib2s38rvm98di";
   };
 
+  patches = [ ./libaal-1.0.6-glibc-2.26.patch ];
+
   preInstall = ''
     substituteInPlace Makefile --replace ./run-ldconfig true
   '';
 
+  enableParallelBuilding = true;
+
   meta = {
     homepage = http://www.namesys.com/;
     description = "Support library for Reiser4";