treewide: Make explicit that 'dev' output of zlib is used
This commit is contained in:
committed by
Vladimír Čunát
parent
c4ffd14184
commit
7fb29bfa73
@@ -11,7 +11,7 @@ buildPerlPackage rec {
|
||||
preConfigure = ''
|
||||
cat > config.in <<EOF
|
||||
BUILD_ZLIB = False
|
||||
INCLUDE = ${zlib}/include
|
||||
INCLUDE = ${zlib.dev}/include
|
||||
LIB = ${zlib.out}/lib
|
||||
OLD_ZLIB = False
|
||||
GZIP_OS_CODE = AUTO_DETECT
|
||||
|
||||
Reference in New Issue
Block a user