From b39fa42c62232ae9c5db8d2213dd740394c0fed0 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 21 May 2015 08:24:18 +0200 Subject: [PATCH] babeld: remove unnecessary librt linking & dependency Signed-off-by: Steven Barth Signed-off-by: Markus Stenberg --- babeld/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/babeld/Makefile b/babeld/Makefile index ba8d14d..4247d91 100644 --- a/babeld/Makefile +++ b/babeld/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld PKG_VERSION:=1.6.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/ @@ -25,7 +25,7 @@ define Package/babeld TITLE:=A loop-free distance-vector routing protocol URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/babel/ MAINTAINER:=Gabriel Kerneis - DEPENDS:=+kmod-ipv6 +librt + DEPENDS:=+kmod-ipv6 endef define Package/babeld/description @@ -45,6 +45,7 @@ endef MAKE_FLAGS+= \ CFLAGS="$(TARGET_CFLAGS)" \ + LDLIBS="" \ define Package/babeld/install $(INSTALL_DIR) $(1)/usr/sbin -- 2.30.2