This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch dde in repository hurd.
commit 9461ac2373a2afe9a0decc09500959992623a31d Author: Samuel Thibault <[email protected]> Date: Sat Feb 27 13:37:19 2016 +0100 libbpf: Drop unused dependency on libpthread * libbpf/Makefile (LDLIBS): Remove -lpthread. --- libbpf/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/libbpf/Makefile b/libbpf/Makefile index 37189af..8b02a2a 100644 --- a/libbpf/Makefile +++ b/libbpf/Makefile @@ -26,8 +26,6 @@ installhdrs = bpf_impl.h queue.h MIGSTUBS = OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) -LDLIBS += -lpthread - MIGCOMSFLAGS = include ../Makeconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
