package/libnss: Re-add ZLIB_INCLUDE_DIR varible
authorThomas Preston <thomas.preston@codethink.co.uk>
Wed, 22 Jan 2020 16:44:50 +0000 (16:44 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 22 Jan 2020 19:50:18 +0000 (20:50 +0100)
commit21fdb04eb58b97461c90898aaf2c40c9aa88da7b
tree8a4dce8b2a45fb8792d0de3b0034e3007c29dfa9
parentf1d1967422170b73ed7401eeb142a6b7a541dbec
package/libnss: Re-add ZLIB_INCLUDE_DIR varible

The libnss patch adding ZLIB_INCLUDE_DIR is added to upstream on
2020-01-07 but the 3.49.1 release on 2020-01-13 does not contain this
patch, so we have actually prematurely removed it from Buildroot.

This only affects host-libnss when libzlib is not installed in the host
system. When building for the target, the toolchain-wrapper already
looks in the target sysroot default include path - where zlib.h is
installed.

Re-add this patch, so that we can build host-libnss 3.49.1.

Signed-off-by: Thomas Preston <thomas.preston@codethink.co.uk>
Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libnss/0001-add-zlib-include-dir-variable.patch [new file with mode: 0644]