checkinstall: Make installwatch.so work with old Glibcs
This commit is contained in:
@@ -29,6 +29,10 @@ stdenv.mkDerivation {
|
||||
|
||||
# Fix a `conflicting types for 'scandir'' error on Glibc 2.11.
|
||||
./scandir.patch
|
||||
|
||||
# Force use of old memcpy so that installwatch works on Glibc <
|
||||
# 2.14.
|
||||
./use-old-memcpy.patch
|
||||
];
|
||||
|
||||
buildInputs = [gettext];
|
||||
|
||||
Reference in New Issue
Block a user