[Lunar-commits] <moonbase> xz: install the shared lib in /lib insted of /usr/lib/. kmod need it for xz compressed modules.

Florin Braescu florin at lunar-linux.org
Sun Jan 22 15:26:40 CET 2012


commit f109849099a059231e75878d769f2e42617c74ed
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jan 22 15:26:40 2012 +0100

    xz: install the shared lib in /lib insted of /usr/lib/. kmod need it for xz compressed modules.
---
 archive/xz/BUILD |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/archive/xz/BUILD b/archive/xz/BUILD
index e2fbd21..61520da 100644
--- a/archive/xz/BUILD
+++ b/archive/xz/BUILD
@@ -1,6 +1,8 @@
 (
 
-  OPTS+=" --disable-static" &&
+  sedit "s:\$(libdir)/pkgconfig:/usr/lib/pkgconfig:" src/liblzma/Makefile.am  &&
+
+  OPTS+=" --disable-static  --libdir=/lib "  &&
 
   default_build
 


More information about the Lunar-commits mailing list