postgresql: Revert adding build dependency to zlib/host
authorHannu Nyman <redacted>
Sun, 17 Mar 2019 08:33:25 +0000 (10:33 +0200)
committerHannu Nyman <redacted>
Sun, 17 Mar 2019 08:33:25 +0000 (10:33 +0200)
commitd8e61d49da52e86994492c9c274da35dd3b214fc
tree901e3f236e8bf6b5cf39ae750f0a35ca3dc0bf43
parente078d096b77c3ddd59543959337b0159bb26e861
postgresql: Revert adding build dependency to zlib/host

Revert the addition of build dependency in commit 2d1694ff7
to a non-existent host build of zlib.

The host build of zlib was removed already in April 2018 by
https://github.com/openwrt/openwrt/commit/8dcd941d8b934891676a8d4bbef1ee78e89a4bf7#diff-1ed408c61d79f9c6c5d197333e94ce8d
which made zlib a build tool defined in /tools

The newly introduced build dependency causes always a warning like:
   WARNING: Makefile 'package/feeds/packages/postgresql/Makefile'
   has a build dependency on 'zlib/host', which does not exist

Not sure what was the error that 2d1694ff7 tried to fix,
but reference to a non-existent host build is not the solution.

Signed-off-by: Hannu Nyman <redacted>
libs/postgresql/Makefile
git clone https://git.99rst.org/PROJECT