View | Details | Raw Unified | Return to bug 54699
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 74-79 Link Here
74
.endif
74
.endif
75
75
76
.if defined(NOSHARED)
76
.if defined(NOSHARED)
77
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -static"
77
CONFIGURE_ARGS+=	--disable-dynamic
78
CONFIGURE_ARGS+=	--disable-dynamic
78
PLIST_SUB+=		NO_STATIC="@comment "
79
PLIST_SUB+=		NO_STATIC="@comment "
79
.else
80
.else

Return to bug 54699