(Almost) fixed static linkage. The remaining problem is with
libgssapi.a and libgssapi_krb5.a libraries that define the same symbols.
This commit is contained in:
parent
859e0a0f68
commit
14768b6db6
@ -34,8 +34,8 @@ LDADD+= -lbsm
|
|||||||
|
|
||||||
.if ${MK_KERBEROS_SUPPORT} != "no"
|
.if ${MK_KERBEROS_SUPPORT} != "no"
|
||||||
CFLAGS+= -DGSSAPI -DHAVE_GSSAPI_GSSAPI_H=1 -DHAVE_GSSAPI_GSSAPI_KRB5_H=1 -DKRB5 -DHEIMDAL
|
CFLAGS+= -DGSSAPI -DHAVE_GSSAPI_GSSAPI_H=1 -DHAVE_GSSAPI_GSSAPI_KRB5_H=1 -DKRB5 -DHEIMDAL
|
||||||
DPADD+= ${LIBGSSAPI} ${LIBGSSAPI_KRB5}
|
DPADD+= ${LIBGSSAPI_KRB5} ${LIBGSSAPI} ${LIBKRB5} ${LIBASN1}
|
||||||
LDADD+= -lgssapi -lgssapi_krb5
|
LDADD+= -lgssapi_krb5 -lgssapi -lkrb5 -lasn1
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(X11BASE)
|
.if defined(X11BASE)
|
||||||
|
Loading…
Reference in New Issue
Block a user