summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-10-21 03:21:50 +0000
committerobrien <obrien@FreeBSD.org>2002-10-21 03:21:50 +0000
commit3605c4bf8d164afb8cc7548f125b71bbd861e1d1 (patch)
tree9ad488c24a3c56f69fcf2017104b82d5726d00c5 /gnu
parent47c985c054a501011cc732b9c5d0bd68498f3a41 (diff)
downloadFreeBSD-src-3605c4bf8d164afb8cc7548f125b71bbd861e1d1.zip
FreeBSD-src-3605c4bf8d164afb8cc7548f125b71bbd861e1d1.tar.gz
Make static in our normal manner.
Submitted by: bde
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/src/roff/groff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/src/roff/groff/Makefile b/gnu/usr.bin/groff/src/roff/groff/Makefile
index 313dd6f..9a895d1 100644
--- a/gnu/usr.bin/groff/src/roff/groff/Makefile
+++ b/gnu/usr.bin/groff/src/roff/groff/Makefile
@@ -9,7 +9,7 @@ CLEANFILES= ${MAN}
.if ${MACHINE_ARCH} == "alpha"
#XXXX ld produces only one PT_LOAD segment when this binary
#XXXX is linked dynamically, which confuses the rtld
-LDFLAGS+= -static
+NOSHARED?= yes
.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud