apr-util: workaround reconfigure issue
authorSebastian Kemper <sebastian_ml@gmx.net>
Thu, 30 Jan 2020 20:56:40 +0000 (21:56 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Thu, 30 Jan 2020 21:01:04 +0000 (22:01 +0100)
commitc24f5d258bb6600546ac513efb9e304de68930bd
tree016a7bf1f9a54bc0ae46dba13314d8ff599f0343
parenta16b29480567d89dedc5775d03391e3203d4e644
apr-util: workaround reconfigure issue

PKG_CONFIG_DEPENDS causes a rebuild when needed. Alas the apr-util build
system doesn't always work out the way OpenWrt intends it to. This was
found by pure chance. apr-util was in build directory without any
plugins selected. Then apache got selected, causing plugins to be
selected. So PKG_CONFIG_DEPENDS caused a reconfigure and another make in
apr-util. But afterward apache couldn't find symbols related to LDAP.

To workaround this add "clean" to make targets.

No rev bump because no change for the apr-util packages.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/apr-util/Makefile