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
This commit is contained in:
Orivej Desh
2017-11-16 02:02:44 +00:00
parent 5018c27a3d
commit 3835526a94
2 changed files with 93 additions and 0 deletions
@@ -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";