Files
perl-Compress-LZO/build.diff

23 lines
848 B
Diff

Index: Compress-LZO-1.08/Makefile.PL
===================================================================
--- Compress-LZO-1.08.orig/Makefile.PL 1998-08-23 12:14:41.000000000 +0200
+++ Compress-LZO-1.08/Makefile.PL 2011-01-22 21:04:28.841438361 +0100
@@ -5,7 +5,7 @@ use Config;
# 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 @@ use Config;
WriteMakefile(
NAME => 'Compress::LZO',
VERSION_FROM => 'LZO.pm',
- LIBS => [ "$LZO_LIB -llzo" ],
+ LIBS => [ "$LZO_LIB -llzo2" ],
INC => "$LZO_INCLUDE",
'dist' => {COMPRESS=>'gzip', SUFFIX=>'gz'},
);