aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 313dd6f4339a..9a895d112656 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>