Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libperfuse Fix build (libperfuse is still not built by d...
details: https://anonhg.NetBSD.org/src/rev/ab3a69168a51
branches: trunk
changeset: 764766:ab3a69168a51
user: manu <manu%NetBSD.org@localhost>
date: Tue May 03 13:14:09 2011 +0000
description:
Fix build (libperfuse is still not built by default, but time is coming)
diffstat:
lib/libperfuse/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r ee018b536dc6 -r ab3a69168a51 lib/libperfuse/Makefile
--- a/lib/libperfuse/Makefile Tue May 03 13:04:00 2011 +0000
+++ b/lib/libperfuse/Makefile Tue May 03 13:14:09 2011 +0000
@@ -1,10 +1,13 @@
LIB= perfuse
-LIBDPLIBS+= puffs /usr/src/lib/libpuffs
+LIBDPLIBS+= puffs ${.CURDIR}/../libpuffs
PERFUSE_OPT_DEBUG_FLAGS= -g -DPERFUSE_DEBUG
CFLAGS+= ${PERFUSE_OPT_DEBUG_FLAGS}
+CPPFLAGS+= -I${.CURDIR}
+CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libpuffs
+CPPFLAGS+= -I${NETBSDSRCDIR}/sys -I${ARCHDIR}
SRCS= perfuse.c ops.c subr.c debug.c
MAN= libperfuse.3
WARNS= 4
Home |
Main Index |
Thread Index |
Old Index