This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 13204583cbda4e8cc58bfb7211eb1132b5d364f6 Author: Samuel Thibault <[email protected]> Date: Mon Jan 2 19:31:56 2017 +0100 Fix libports dependencies Due to refcount.h usage. * libports/Makefile (HURDLIBS): Add shouldbeinlibc. --- libports/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libports/Makefile b/libports/Makefile index af881f8..78a3e36 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -40,7 +40,7 @@ SRCS = create-bucket.c create-class.c \ installhdrs = ports.h port-deref-deferred.h -HURDLIBS= ihash +HURDLIBS= ihash shouldbeinlibc LDLIBS += -lpthread OBJS = $(SRCS:.c=.o) notifyServer.o interruptServer.o -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
