libupnp: restore building tools
authorAlexander Egorenkov <egorenar-dev@posteo.net>
Wed, 14 Apr 2021 17:15:35 +0000 (19:15 +0200)
committerRosen Penev <rosenp@gmail.com>
Wed, 14 Apr 2021 23:40:36 +0000 (16:40 -0700)
This enables tools again which has been disabled in commit
498506af9 ("libupnp: update to 1.14.5"). Disabling tools leads to the
header upnptools.h not being installed into /usr/include. But e.g. mpd-full
depends on this header.

Fixes: 498506af9 ("libupnp: update to 1.14.5")
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
libs/libupnp/Makefile

index 52553f0d906ffa65da8032d83365f7c85b7f06ef..64c3e0a85ae66d3ab8e9a8713fbabd39bfeaef94 100644 (file)
@@ -59,7 +59,7 @@ CMAKE_OPTIONS += \
        -Doptssdp=OFF \
        -Dsoap=ON \
        -Dgena=ON \
-       -Dtools=O$(if $(CONFIG_PACKAGE_libupnp-sample),N,FF) \
+       -Dtools=ON \
        -Dipv6=O$(if $(CONFIG_IPV6),N,FF) \
        -Dunspecified_server=OFF \
        -Dopen_ssl=OFF \