Module Name:    src
Committed By:   skrll
Date:           Fri Sep 11 06:48:50 UTC 2009

Modified Files:
        src/usr.sbin/puffs/rump_smbfs: Makefile

Log Message:
Allow this to build while link sets and rump are broken.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/puffs/rump_smbfs/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.sbin/puffs/rump_smbfs/Makefile
diff -u src/usr.sbin/puffs/rump_smbfs/Makefile:1.1 src/usr.sbin/puffs/rump_smbfs/Makefile:1.2
--- src/usr.sbin/puffs/rump_smbfs/Makefile:1.1	Sun Sep  6 20:26:47 2009
+++ src/usr.sbin/puffs/rump_smbfs/Makefile	Fri Sep 11 06:48:50 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2009/09/06 20:26:47 pooka Exp $
+#	$NetBSD: Makefile,v 1.2 2009/09/11 06:48:50 skrll Exp $
 #
 
 .include <bsd.own.mk>
@@ -11,6 +11,9 @@
 
 ISRUMP=		# it is
 
+LDFLAGS+=      -Wl,--ignore-unresolved-symbol,__start_link_set_domains
+LDFLAGS+=      -Wl,--ignore-unresolved-symbol,__stop_link_set_domains
+
 .include "${.CURDIR}/../../../sbin/mount_smbfs/Makefile.inc"
 
 .include <bsd.prog.mk>

Reply via email to