From a754ca2a942096313dacf1ed891de79c6fdc4cbb Mon Sep 17 00:00:00 2001
From: Lars Kanis <kanis@comcard.de>
Date: Mon, 30 Jan 2012 14:40:18 +0100
Subject: [PATCH] don't use the Makefile that comes with zlib - it has no
 install task -> use configure to build it

---
 Rakefile.cross | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Rakefile.cross b/Rakefile.cross
index 8721f4d..4b9033e 100644
--- a/Rakefile.cross
+++ b/Rakefile.cross
@@ -112,6 +112,7 @@ end
 # Extract the libz builds
 file STATIC_LIBZ_BUILDDIR => LIBZ_TARBALL do |t|
   sh 'tar', '-xjf', LIBZ_TARBALL.to_s, '-C', STATIC_LIBZ_BUILDDIR.parent.to_s
+  rm LIBZ_MAKEFILE
 end
 
 LIBZ_ENV = [
-- 
GitLab