Module submission - lzo

dveatch@woh.rr.com dveatch at woh.rr.com
Sun Aug 28 03:20:32 UTC 2005


module name       : lzo
suggested section : archive
update (y/n)      : n
bugfix (y/n)      : y
security (y/n)    : n


This fixes a problem I was having with transcode to compile with
lzo support.


dveatch

-------------- next part --------------
--- lzo/BUILD	1970-01-01 00:00:00.000000000 +0000
+++ lzo/BUILD	2005-08-28 02:03:27.000000000 +0000
@@ -0,0 +1,15 @@
+(
+
+  ./configure  --prefix=/usr    \
+               --enable-shared  &&
+
+  make                          &&
+  prepare_install               &&
+
+  if [ ! -f /usr/lib/liblzo.so ]
+  then
+  ln -s /usr/lib/liblzo2.so /usr/lib/liblzo.so
+  fi
+
+  make    install
+) > $C_FIFO 2>&1
-------------- next part --------------
lvu submit lzo a55648a16dcf4e581522ac7377fb0333  -
2.6.13-rc3 2.6.12 gcc-3.3.3 glibc-2.3.3


More information about the Lunar mailing list