Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/puffs/rump_smbfs Allow this to build while link set...



details:   https://anonhg.NetBSD.org/src/rev/96a7f171afbd
branches:  trunk
changeset: 747321:96a7f171afbd
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Sep 11 06:48:50 2009 +0000

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

diffstat:

 usr.sbin/puffs/rump_smbfs/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b2cae731232b -r 96a7f171afbd usr.sbin/puffs/rump_smbfs/Makefile
--- a/usr.sbin/puffs/rump_smbfs/Makefile        Fri Sep 11 01:28:20 2009 +0000
+++ b/usr.sbin/puffs/rump_smbfs/Makefile        Fri Sep 11 06:48:50 2009 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index