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>
define Package/olsrd
$(call Package/olsrd/template)
MENU:=1
- DEPENDS:=+libpthread +libgps
+ DEPENDS:=+libpthread
endef
define Package/olsrd/conffiles
define Package/olsrd-mod-pud
$(call Package/olsrd/template)
- DEPENDS:=olsrd
+ DEPENDS:=olsrd +libgps
TITLE:=Position Update Distribution plugin
endef