From 092ded376c515ee225ca33b1abcfe37fe7b95b71 Mon Sep 17 00:00:00 2001 From: Michael Maroszek Date: Sun, 26 May 2019 11:29:03 +0200 Subject: [PATCH] fix missing include when using custom libzip dirs --- ext/zip/config.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/zip/config.m4 b/ext/zip/config.m4 index 740e5a8b3dc06..4581f4b530e9e 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -116,6 +116,7 @@ if test "$PHP_ZIP" != "no"; then ]) AC_DEFINE(HAVE_ZIP,1,[ ]) + PHP_EVAL_INCLINE($LIBZIP_CFLAGS) PHP_NEW_EXTENSION(zip, php_zip.c zip_stream.c, $ext_shared,, $LIBZIP_CFLAGS) PHP_SUBST(ZIP_SHARED_LIBADD) else