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

(-)Makefile (working copy) (+1 lines)
Lines 101-106 Link Here
101
#
101
#
102
.if ${PORT_OPTIONS:MGSSAPI}
102
.if ${PORT_OPTIONS:MGSSAPI}
103
CONFIGURE_ARGS+=--with-gssapi
103
CONFIGURE_ARGS+=--with-gssapi
104
+LDFLAGS+= -lgssapi_krb5
104
.else
105
.else
105
CONFIGURE_ARGS+=--without-gssapi
106
CONFIGURE_ARGS+=--without-gssapi
106
.endif
107
.endif

Return to bug 186745