babeld: remove unnecessary librt linking & dependency
Signed-off-by: Steven Barth <steven@midlink.org> Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
This commit is contained in:
parent
82d9002689
commit
b39fa42c62
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=babeld
|
PKG_NAME:=babeld
|
||||||
PKG_VERSION:=1.6.0
|
PKG_VERSION:=1.6.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/
|
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
|
TITLE:=A loop-free distance-vector routing protocol
|
||||||
URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
|
URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
|
||||||
MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
|
MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
|
||||||
DEPENDS:=+kmod-ipv6 +librt
|
DEPENDS:=+kmod-ipv6
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/babeld/description
|
define Package/babeld/description
|
||||||
|
@ -45,6 +45,7 @@ endef
|
||||||
|
|
||||||
MAKE_FLAGS+= \
|
MAKE_FLAGS+= \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
LDLIBS="" \
|
||||||
|
|
||||||
define Package/babeld/install
|
define Package/babeld/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
|
|
Loading…
Reference in a new issue