SOURCES: perl-Compress-Raw-Bzip2-system-bzip2.patch (NEW) - use sy...

qboosh qboosh at pld-linux.org
Fri Dec 22 18:54:56 CET 2006


Author: qboosh                       Date: Fri Dec 22 17:54:56 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use system libbz2

---- Files affected:
SOURCES:
   perl-Compress-Raw-Bzip2-system-bzip2.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/perl-Compress-Raw-Bzip2-system-bzip2.patch
diff -u /dev/null SOURCES/perl-Compress-Raw-Bzip2-system-bzip2.patch:1.1
--- /dev/null	Fri Dec 22 18:54:56 2006
+++ SOURCES/perl-Compress-Raw-Bzip2-system-bzip2.patch	Fri Dec 22 18:54:51 2006
@@ -0,0 +1,26 @@
+--- Compress-Raw-Bzip2-2.001/Makefile.PL.orig	2006-03-02 11:33:42.000000000 +0100
++++ Compress-Raw-Bzip2-2.001/Makefile.PL	2006-12-22 18:43:19.360550072 +0100
+@@ -10,7 +10,7 @@
+ $WALL = ' -Wall -Wno-comment ' if $Config{'cc'} =~ /gcc/ ;
+ 
+ my $BZIP2_LIB = 'bzip2-src';
+-my $BZIP2_INCLUDE = '.';
++my $BZIP2_INCLUDE = '/usr/include';
+ 
+ #ParseCONFIG() ;
+ 
+@@ -38,13 +38,7 @@
+     ),
+        
+ 
+-    bzip2_files($BZIP2_LIB),
+-
+-#    (
+-#      $BUILD_BZIP2
+-#        ? bzip2_files($ZLIB_LIB)
+-#        : (LIBS => [ "-L$BZIP2_LIB -lbz2 " ])
+-#    ),
++    LIBS => [ "-lbz2 " ],
+       
+     (
+       $] >= 5.005
================================================================


More information about the pld-cvs-commit mailing list