This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch dde in repository hurd.
commit 5714421bb1d066abebc7e993bdf06e655b879b3a Author: Flavio Cruz <[email protected]> Date: Fri Jan 1 17:55:11 2016 +0100 fix mach-defpager static linking * mach-defpager/Makefile: Allow multiple definitions for mach-defpager. --- mach-defpager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach-defpager/Makefile b/mach-defpager/Makefile index d95b8b0..036a49a 100644 --- a/mach-defpager/Makefile +++ b/mach-defpager/Makefile @@ -30,7 +30,7 @@ OBJS := $(SRCS:.c=.o) \ default_pager_replyUser.o HURDLIBS:= ihash -LDFLAGS += -static +LDFLAGS += -static -z muldefs LDLIBS:= -lpthread include ../Makeconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
