olsrd: only pud depends on libgps
authorNick Hainke <vincent@systemli.org>
Mon, 7 Jun 2021 18:43:04 +0000 (20:43 +0200)
committerPolynomdivision <vincent@systemli.org>
Mon, 7 Jun 2021 19:02:34 +0000 (21:02 +0200)
As a workaround for the glibc-fix the dependency on libgps was moved
to olsrd. However, only pud is using this library.

Signed-off-by: Nick Hainke <vincent@systemli.org>
olsrd/Makefile

index 7d3733dc34489fefd4371a3e97ab71352d03ddbf..e12db0af95126febc42552a2aee696d0a0872e17 100644 (file)
@@ -36,7 +36,7 @@ endef
 define Package/olsrd
   $(call Package/olsrd/template)
   MENU:=1
-  DEPENDS:=+libpthread +libgps
+  DEPENDS:=+libpthread
 endef
 
 define Package/olsrd/conffiles
@@ -125,7 +125,7 @@ endef
 
 define Package/olsrd-mod-pud
   $(call Package/olsrd/template)
-  DEPENDS:=olsrd
+  DEPENDS:=olsrd +libgps
   TITLE:=Position Update Distribution plugin
 endef