Re: [OE-core] [meta-oe][PATCH 1/2] php: fix zip package config

2020-05-02 Thread Konrad Weihmann
Ahhh, yes... I'll fix that in the commit message somewhat later. Thanks for pointing this out On 02.05.20 14:52, Andreas Oberritter wrote: Hello Konrad, On Fri, 1 May 2020 13:56:40 +0200 "Konrad Weihmann" wrote: --enable-zip and --with-libzip were removed in PHP 7.x. These are replaced by

Re: [OE-core] [meta-oe][PATCH 1/2] php: fix zip package config

2020-05-02 Thread Andreas Oberritter
Hello Konrad, On Fri, 1 May 2020 13:56:40 +0200 "Konrad Weihmann" wrote: > --enable-zip and --with-libzip were removed in PHP 7.x. > These are replaced by --enable-zip --with-libzip. you meant --with-zip --with-zlib-dir. Best regards, Andreas > Signed-off-by: Konrad Weihmann > --- >

[OE-core] [meta-oe][PATCH 1/2] php: fix zip package config

2020-05-01 Thread Konrad Weihmann
--enable-zip and --with-libzip were removed in PHP 7.x. These are replaced by --enable-zip --with-libzip. Signed-off-by: Konrad Weihmann --- meta-oe/recipes-devtools/php/php_7.4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/php/php_7.4.4.bb