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

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

Return to bug 54700