From c1a70b84d4e8c8cf83d24a707cd67353a15bdf46 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Wed, 14 Apr 2021 19:15:35 +0200 Subject: [PATCH] libupnp: restore building tools 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 --- libs/libupnp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libupnp/Makefile b/libs/libupnp/Makefile index 52553f0d9..64c3e0a85 100644 --- a/libs/libupnp/Makefile +++ b/libs/libupnp/Makefile @@ -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 \