Module Name: othersrc
Committed By: pooka
Date: Tue Mar 24 15:35:23 UTC 2009
Modified Files:
othersrc: Makefile.fsu
Log Message:
* set rpath
* -lpthread
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/Makefile.fsu
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/Makefile.fsu
diff -u othersrc/Makefile.fsu:1.1 othersrc/Makefile.fsu:1.2
--- othersrc/Makefile.fsu:1.1 Tue Mar 24 15:14:22 2009
+++ othersrc/Makefile.fsu Tue Mar 24 15:35:23 2009
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.fsu,v 1.1 2009/03/24 15:14:22 stacktic Exp $
+# $NetBSD: Makefile.fsu,v 1.2 2009/03/24 15:35:23 pooka Exp $
#
DPADD+= ${LIBUTIL}
CPPFLAGS+= -DUSE_UKFS -I/usr/local/include
-LDADD+= -lutil -L/usr/local/lib \
- -lukfs -lrump -lrumpuser -lfsu_utils -lfsu_mount
+LDADD+= -lutil -L/usr/local/lib -Wl,-R/usr/local/lib \
+ -lukfs -lrump -lrumpuser -lfsu_utils -lfsu_mount -lpthread
.if exists(/usr/lib/librumpvfs.so)
LDADD+= -lrumpvfs