Commit 69cc54a1 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

For the current php 5.6.40 (in warrior) zip is not built by default - missing...

For the current php 5.6.40 (in warrior) zip is not built by default - missing --enable-zip and libzip dependency.
In php 5.6.31 zip did not depend on libzip and --enable-zip was there by default
parent e92be472
......@@ -7,6 +7,7 @@ EXTRA_OECONF += "--enable-elphel \
--with-curl=${STAGING_LIBDIR}/.. \
--with-readline=${STAGING_LIBDIR}/.. \
--with-config-file-path=${sysconfdir}/php \
--enable-zip \
"
PACKAGECONFIG[mysql] = "--without-mysql --without-mysqli --without-pdo-mysql"
......@@ -15,6 +16,7 @@ CFLAGS += " -ldl"
DEPENDS += " curl \
linux-xlnx \
libzip \
"
VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-apps-php-extension"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment