Skip to content

Commit 4f67fc9

Browse files
committed
ext/zip: Add LIBZIP_CFLAGS to PHP's header search path
1 parent 36bbca0 commit 4f67fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/zip/config.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ PHP_ARG_WITH([zip],
66
if test "$PHP_ZIP" != "no"; then
77
PKG_CHECK_MODULES([LIBZIP], [libzip >= 1.0.1])
88

9+
PHP_EVAL_INCLINE($LIBZIP_CFLAGS)
910
PHP_EVAL_LIBLINE($LIBZIP_LIBS, ZIP_SHARED_LIBADD)
1011

1112
PHP_CHECK_LIBRARY(zip, zip_file_set_encryption,

0 commit comments

Comments
 (0)