mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
check for broken libzip versions
Closes GH-5738.
This commit is contained in:
parent
090bddb934
commit
f3e6b123dc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ PHP_ARG_WITH([zip],
|
|||
[Include Zip read/write support])])
|
||||
|
||||
if test "$PHP_ZIP" != "no"; then
|
||||
PKG_CHECK_MODULES([LIBZIP], [libzip >= 0.11])
|
||||
PKG_CHECK_MODULES([LIBZIP], [libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0])
|
||||
|
||||
PHP_EVAL_INCLINE($LIBZIP_CFLAGS)
|
||||
PHP_EVAL_LIBLINE($LIBZIP_LIBS, ZIP_SHARED_LIBADD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue