]> git.proxmox.com Git - mirror_iproute2.git/commit
arpd: remove pthread dependency
authorBaruch Siach <baruch@tkos.co.il>
Tue, 1 May 2018 12:43:08 +0000 (15:43 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 2 May 2018 02:29:03 +0000 (19:29 -0700)
commit37bf5c6fcb88d2e21bbf3b2b021d52a04fd1a18a
tree1a4113e053b39c4fe85d4bdf2f09f6873008499c
parent3b07981a27247fd321dedd5aeeaac8a19007f70f
arpd: remove pthread dependency

Explicit link with pthread is not needed when linking dynamically. Even
static link with recent libdb does not pull in the code that uses
pthread. Finally, the configure check introduced in commit a25df4887d7
(configure: Check for Berkeley DB for arpd compilation) does not add
-lpthread to its link command.

This change allows arpd build with toolchains that do not provide
threads support.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/Makefile