checkinstall: Fix RPM builds

https://bugzilla.novell.com/show_bug.cgi?id=561317
This commit is contained in:
Eelco Dolstra
2014-11-13 13:57:33 +01:00
parent 4a62542f55
commit 9073d554a5
2 changed files with 18 additions and 0 deletions
@@ -32,6 +32,9 @@ stdenv.mkDerivation {
# Fix a `conflicting types for 'readlink'' error since Glibc 2.19
./readlink-types.patch
# Fix BuildRoot handling in RPM builds.
./set-buildroot.patch
]
++ stdenv.lib.optional (stdenv.system == "x86_64-linux")