SOURCES: perl-Compress-LZO-lzo2.patch (NEW) - from mandriva: htt...

glen glen at pld-linux.org
Tue Dec 12 00:42:20 CET 2006


Author: glen                         Date: Mon Dec 11 23:42:20 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from mandriva:
  http://cvs.mandriva.com/cgi-bin/viewvc.cgi/contrib-SPECS/perl-Compress-LZO/Compress-LZO-1.08-lzo2.patch?revision=1.1

---- Files affected:
SOURCES:
   perl-Compress-LZO-lzo2.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/perl-Compress-LZO-lzo2.patch
diff -u /dev/null SOURCES/perl-Compress-LZO-lzo2.patch:1.1
--- /dev/null	Tue Dec 12 00:42:20 2006
+++ SOURCES/perl-Compress-LZO-lzo2.patch	Tue Dec 12 00:42:15 2006
@@ -0,0 +1,20 @@
+--- Compress-LZO-1.08/Makefile.PL.orig	2005-07-13 16:51:48.000000000 -0300
++++ Compress-LZO-1.08/Makefile.PL	2005-07-13 16:55:28.000000000 -0300
+@@ -5,7 +5,7 @@
+ # Change the path on the next line to point to the directory where
+ # <lzoconf.h> and <lzo1x.h> can be found.
+ 
+-#$LZO_INCLUDE = '-I/usr/include/lzo';
++$LZO_INCLUDE = '-I/usr/include/lzo';
+ #$LZO_INCLUDE = '-I/usr/local/include';
+ #$LZO_INCLUDE = '-I/usr/local/include/lzo';
+ 
+@@ -21,7 +21,7 @@
+ WriteMakefile(
+                 NAME   	 	=> 'Compress::LZO',
+ 		VERSION_FROM  	=> 'LZO.pm',
+-		LIBS	 	=> [ "$LZO_LIB -llzo" ],
++		LIBS	 	=> [ "$LZO_LIB -llzo2" ],
+ 	      	INC      	=> "$LZO_INCLUDE",
+ 		'dist'	 	=> {COMPRESS=>'gzip', SUFFIX=>'gz'},
+ 	     );
================================================================


More information about the pld-cvs-commit mailing list