Date: Thu, 29 May 2014 14:52:37 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355705 - head/security/cyrus-sasl2-gssapi Message-ID: <201405291452.s4TEqbNb047280@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ume Date: Thu May 29 14:52:36 2014 New Revision: 355705 URL: http://svnweb.freebsd.org/changeset/ports/355705 QAT: https://qat.redports.org/buildarchive/r355705/ Log: Fix build with enabling HEIMDAL or MIT on recent 10-STABLE and later. Modified: head/security/cyrus-sasl2-gssapi/Makefile Modified: head/security/cyrus-sasl2-gssapi/Makefile ============================================================================== --- head/security/cyrus-sasl2-gssapi/Makefile Thu May 29 14:35:01 2014 (r355704) +++ head/security/cyrus-sasl2-gssapi/Makefile Thu May 29 14:52:36 2014 (r355705) @@ -56,11 +56,11 @@ HEIMDAL_CONFIGURE_ON= --enable-gssapi=${ --with-gss_impl=heimdal HEIMDAL_BUILD_DEPENDS= ${HEIMDAL_HOME}/lib/libgssapi.so:${PORTSDIR}/security/heimdal HEIMDAL_RUN_DEPENDS= ${HEIMDAL_BUILD_DEPENDS} -HEIMDAL_LDFLAGS= "-R${HEIMDAL_HOME}/lib" +HEIMDAL_LDFLAGS= "-Wl,-rpath,${HEIMDAL_HOME}/lib" MIT_DESC= Use MIT Kerberos V5 MIT_CONFIGURE_ON= --enable-gssapi=${KRB5_HOME} --with-gss_impl=mit MIT_LIB_DEPENDS= libkrb5support.so:${PORTSDIR}/security/krb5 -MIT_LDFLAGS= "-R${KRB5_HOME}/lib" +MIT_LDFLAGS= "-Wl,-rpath,${KRB5_HOME}/lib" PLIST_FILES= lib/sasl2/libgssapiv2.a \ lib/sasl2/libgssapiv2.so \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405291452.s4TEqbNb047280>