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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user