d425cddbb7
all the fields used by fam. It's easier to use the statfs interface for now. Don't explicitly link against libstdc++, it is the job of the C++ compiler to do that.
12 lines
294 B
Text
12 lines
294 B
Text
$NetBSD: patch-bc,v 1.1 2005/10/10 22:06:51 joerg Exp $
|
|
|
|
--- lib/Makefile.in.orig 2005-08-16 20:08:48.000000000 +0000
|
|
+++ lib/Makefile.in
|
|
@@ -99,7 +99,6 @@ libfam_la_SOURCES = \
|
|
|
|
|
|
libfam_la_LDFLAGS = -export-symbols fam.sym
|
|
-libfam_la_LIBADD = -lstdc++
|
|
|
|
EXTRA_DIST = fam.sym
|
|
subdir = lib
|