[Buildroot] [PATCH 7/7] package/upmpdcli: use pkg-config for libupnpp

Jörg Krause joerg.krause at embedded.rocks
Wed Sep 14 11:41:46 UTC 2016


Use the provided pkg-config file of libupnpp to get the correct LIBS.

Signed-off-by: Jörg Krause <joerg.krause at embedded.rocks>
---
 package/upmpdcli/upmpdcli.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/upmpdcli/upmpdcli.mk b/package/upmpdcli/upmpdcli.mk
index 3f521cf..208aa8f 100644
--- a/package/upmpdcli/upmpdcli.mk
+++ b/package/upmpdcli/upmpdcli.mk
@@ -17,12 +17,10 @@ UPMPDCLI_AUTORECONF = YES
 ifeq ($(BR2_STATIC_LIBS),y)
 # Upmpdcli forgets to take the dependencies of libupnpp into
 # consideration, breaking static linking, so help it.
-# Libupnpp unfortunately doesn't provide a .pc file, so manually
-# handle the dependencies here.
 # The build system doesn't expand LIBS from the configure step, so
 # manually pass it to make.
 UPMPDCLI_MAKE_OPTS = \
-	LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs expat libcurl libupnp`"
+	LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs libupnpp`"
 endif
 
 # Upmpdcli only runs if user upmpdcli exists
-- 
2.9.3



More information about the buildroot mailing list