[Lunar-commits] <moonbase> zlib: remove the /lib/libz.a file as it is already installed in /usr/lib.
Florin Braescu
florin at lunar-linux.org
Sun Jan 22 15:56:49 CET 2012
commit 3e49a4188e85a9cdcf2c6ee1ff8475cf4fa2371f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jan 22 15:56:49 2012 +0100
zlib: remove the /lib/libz.a file as it is already installed in /usr/lib.
---
archive/zlib/BUILD.x86_64 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/archive/zlib/BUILD.x86_64 b/archive/zlib/BUILD.x86_64
index 950ffdf..a266082 100644
--- a/archive/zlib/BUILD.x86_64
+++ b/archive/zlib/BUILD.x86_64
@@ -15,6 +15,7 @@
./configure --prefix=/usr --libdir=/lib --shared &&
sedit 's/^CFLAGS *=/CFLAGS=-fPIC /' Makefile &&
make &&
- make install
+ make install &&
+ rm /lib/libz.a
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list