commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 62/75: fix mach-defpager static linking


From: Samuel Thibault
Subject: [hurd] 62/75: fix mach-defpager static linking
Date: Thu, 14 Jan 2016 01:04:11 +0000

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 <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]