checkinstall: fix build with glibc-2.19

This commit is contained in:
Vladimír Čunát
2014-02-26 15:56:06 +01:00
parent db9d204d33
commit 28d992bf6d
2 changed files with 22 additions and 0 deletions
@@ -29,6 +29,9 @@ stdenv.mkDerivation {
# Fix a `conflicting types for 'scandir'' error on Glibc 2.11.
./scandir.patch
# Fix a `conflicting types for 'readlink'' error since Glibc 2.19
./readlink-types.patch
]
++ stdenv.lib.optional (stdenv.system == "x86_64-linux")