FreeBSD Bugzilla – Attachment 143878 Details for
Bug 124375
security/heimdal: www/mod_auth_kerb doesn't compile against heimdal in ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to conditionally add "-lgssapi_krb5" to KRB5_LDFLAGS
mod_auth_kerb2.diff (text/plain), 1.51 KB, created by
Jung-uk Kim
on 2014-06-17 18:27:44 UTC
(
hide
)
Description:
Patch to conditionally add "-lgssapi_krb5" to KRB5_LDFLAGS
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2014-06-17 18:27:44 UTC
Size:
1.51 KB
patch
obsolete
>Index: www/mod_auth_kerb2/Makefile >=================================================================== >--- www/mod_auth_kerb2/Makefile (revision 358154) >+++ www/mod_auth_kerb2/Makefile (working copy) >@@ -39,6 +39,10 @@ CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} --withou > post-patch: > ${REINPLACE_CMD} -e 's|@APXS_STAGE@|-S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR}|' \ > ${WRKSRC}/Makefile.in >+.if !defined(HEIMDAL_HOME) >+ ${REINPLACE_CMD} -e 's|@KRB5_LDFLAGS@|@KRB5_LDFLAGS@ -lgssapi_krb5|' \ >+ ${WRKSRC}/Makefile.in >+.endif > > pre-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} >Index: www/mod_auth_kerb2/files/patch-Makefile.in >=================================================================== >--- www/mod_auth_kerb2/files/patch-Makefile.in (revision 358154) >+++ www/mod_auth_kerb2/files/patch-Makefile.in (working copy) >@@ -1,14 +1,11 @@ >---- ./Makefile.in.orig 2008-12-02 15:07:10.000000000 +0100 >-+++ ./Makefile.in 2014-03-09 17:54:19.000000000 +0100 >-@@ -1,6 +1,7 @@ >+--- Makefile.in.orig 2008-12-02 09:07:10.000000000 -0500 >++++ Makefile.in 2014-06-17 14:09:26.000000000 -0400 >+@@ -1,4 +1,5 @@ > APXS = @APXS@ >-+APXS_STAGE= @APXS_STAGE@ >++APXS_STAGE = @APXS_STAGE@ > KRB5_CPPFLAGS = @KRB5_CPPFLAGS@ >--KRB5_LDFLAGS = @KRB5_LDFLAGS@ >-+KRB5_LDFLAGS = @KRB5_LDFLAGS@ -lgssapi_krb5 >+ KRB5_LDFLAGS = @KRB5_LDFLAGS@ > KRB4_CPPFLAGS = @KRB4_CPPFLAGS@ >- KRB4_LDFLAGS = @KRB4_LDFLAGS@ >- LIB_resolv = @LIB_resolv@ > @@ -16,7 +17,7 @@ > ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c" "src/mod_auth_kerb.c" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 124375
: 143878