File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ UpDowngrade(getPerlFiles('MANIFEST'))
74
74
my $OPT_Z_PREFIX = ' -DZ_PREFIX' ;
75
75
my $OPT_ZLIB_INCLUDE = " -I$ZLIB_INCLUDE " ;
76
76
my $OPT_ZLIB_LIB = " -L$ZLIB_LIB " ;
77
+ my $OPT_SOLO = ' -DZ_SOLO' ;
77
78
78
79
if (! $BUILD_ZLIB )
79
80
{
@@ -85,13 +86,15 @@ if (! $BUILD_ZLIB)
85
86
86
87
$OPT_ZLIB_LIB = ' '
87
88
if $ZLIB_LIB eq ' ./zlib-src' ;
89
+
90
+ $OPT_SOLO = ' ' ;
88
91
}
89
92
90
93
WriteMakefile(
91
94
NAME => ' Compress::Raw::Zlib' ,
92
95
VERSION_FROM => ' lib/Compress/Raw/Zlib.pm' ,
93
96
INC => $OPT_ZLIB_INCLUDE ,
94
- DEFINE => " -DNO_VIZ -DZ_SOLO $OLD_ZLIB $WALL $OPT_Z_PREFIX -DGZIP_OS_CODE=$GZIP_OS_CODE $USE_PPPORT_H -DPerl_crz_BUILD_ZLIB=$BUILD_ZLIB " ,
97
+ DEFINE => " -DNO_VIZ $OPT_SOLO $OLD_ZLIB $WALL $OPT_Z_PREFIX -DGZIP_OS_CODE=$GZIP_OS_CODE $USE_PPPORT_H -DPerl_crz_BUILD_ZLIB=$BUILD_ZLIB " ,
95
98
XS => { ' Zlib.xs' => ' Zlib.c' },
96
99
' depend' => { ' Makefile' => ' config.in' },
97
100
' clean' => { FILES => ' *.c constants.h constants.xs' },
You can’t perform that action at this time.
0 commit comments