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 \