summaryrefslogtreecommitdiffstats
path: root/sbin/geom/core
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-08-12 13:15:52 +0000
committerpjd <pjd@FreeBSD.org>2004-08-12 13:15:52 +0000
commit3e11d41b474cd6020bf4a0e6499acec6ffe15d55 (patch)
treef0097bfab54b791f1ff86347d53f7821dc718663 /sbin/geom/core
parent4fef4dfc65f0a97b91dce44120b91ed63e14b070 (diff)
downloadFreeBSD-src-3e11d41b474cd6020bf4a0e6499acec6ffe15d55.zip
FreeBSD-src-3e11d41b474cd6020bf4a0e6499acec6ffe15d55.tar.gz
The geom(8) utility needs dynamic linker functionality to work, so it can't
be staticaly linked. This fixes problems on systems compiled with NO_DYNAMICROOT.
Diffstat (limited to 'sbin/geom/core')
-rw-r--r--sbin/geom/core/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile
index ab5d94a..13c6a09 100644
--- a/sbin/geom/core/Makefile
+++ b/sbin/geom/core/Makefile
@@ -6,6 +6,8 @@ PROG= geom
MAN= geom.8
SRCS= geom.c subr.c
+NOSHARED=NO
+
CFLAGS+= -DCLASS_DIR=\"${CLASS_DIR}\"
CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR} -I${.CURDIR}/..
OpenPOWER on IntegriCloud