Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/iscsi/initiator Don't depend on shared library ...



details:   https://anonhg.NetBSD.org/src/rev/10993eae52c9
branches:  trunk
changeset: 757788:10993eae52c9
user:      he <he%NetBSD.org@localhost>
date:      Thu Sep 23 09:40:23 2010 +0000

description:
Don't depend on shared library dependencies; we also need -lpuffs here.
This allows us to link statically.

diffstat:

 external/bsd/iscsi/initiator/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8b0da6fc8da7 -r 10993eae52c9 external/bsd/iscsi/initiator/Makefile
--- a/external/bsd/iscsi/initiator/Makefile     Thu Sep 23 09:39:14 2010 +0000
+++ b/external/bsd/iscsi/initiator/Makefile     Thu Sep 23 09:40:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/06/25 13:47:11 agc Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/23 09:40:23 he Exp $
 
 .sinclude "${.CURDIR}/../Makefile.inc"
 
@@ -11,8 +11,8 @@
 
 PROG=iscsi-initiator
 SRCS=iscsi-initiator.c virtdir.c libkmod.c
-LDADD+= -lrefuse -liscsi
-DPADD+= ${LIBREFUSE} ${LIBISCSI}
+LDADD+= -lrefuse -liscsi -lpuffs
+DPADD+= ${LIBREFUSE} ${LIBISCSI} ${LIBPUFFS}
 CPPFLAGS+= -I${ISCSIDIST}/include
 CPPFLAGS+= -pthread
 LDFLAGS+= -pthread



Home | Main Index | Thread Index | Old Index