Module Name:    src
Committed By:   pooka
Date:           Mon Nov 11 15:53:56 UTC 2013

Modified Files:
        src/usr.bin/rump_server: Makefile

Log Message:
Handle static rump kernel base correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/rump_server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/rump_server/Makefile
diff -u src/usr.bin/rump_server/Makefile:1.5 src/usr.bin/rump_server/Makefile:1.6
--- src/usr.bin/rump_server/Makefile:1.5	Tue Sep 10 18:28:46 2013
+++ src/usr.bin/rump_server/Makefile	Mon Nov 11 15:53:56 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2013/09/10 18:28:46 pooka Exp $
+#	$NetBSD: Makefile,v 1.6 2013/11/11 15:53:56 pooka Exp $
 #
 
 .PATH: ${.CURDIR}/../rump_allserver
@@ -7,7 +7,7 @@ PROG=		rump_server
 SRCS=		rump_allserver.c
 NOMAN=		installed by ../rump_allserver
 
-LDADD+= -lrump -lrumpuser -lpthread
+LDADD+= -Wl,--whole-archive -lrump -lrumpuser -Wl,--no-whole-archive -lpthread
 
 .include <bsd.own.mk>
 

Reply via email to