svn commit: r385961 - in head/security/krb5: . files
Cy Schubert
cy at FreeBSD.org
Sun May 10 15:16:09 UTC 2015
Author: cy
Date: Sun May 10 15:16:07 2015
New Revision: 385961
URL: https://svnweb.freebsd.org/changeset/ports/385961
Log:
Fix armv5 build.
PR: 200100
Submitted by: mikael.urankar at gmail.com
Modified:
head/security/krb5/Makefile
head/security/krb5/files/patch-config__shlib.conf
Modified: head/security/krb5/Makefile
==============================================================================
--- head/security/krb5/Makefile Sun May 10 14:56:33 2015 (r385960)
+++ head/security/krb5/Makefile Sun May 10 15:16:07 2015 (r385961)
@@ -3,6 +3,7 @@
PORTNAME= krb5
PORTVERSION= 1.13.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-signed
Modified: head/security/krb5/files/patch-config__shlib.conf
==============================================================================
--- head/security/krb5/files/patch-config__shlib.conf Sun May 10 14:56:33 2015 (r385960)
+++ head/security/krb5/files/patch-config__shlib.conf Sun May 10 15:16:07 2015 (r385961)
@@ -5,7 +5,7 @@
esac
SHLIBVEXT='.so.$(LIBMAJOR)'
- RPATH_FLAG='-Wl,--enable-new-dtags -Wl,-rpath -Wl,'
-+ LDCOMBINE="libtool --mode=link cc -Xcompiler -shared"
++ LDCOMBINE="libtool --tag=CC --mode=link cc -Xcompiler -shared"
+ RPATH_FLAG='-Wl,-rpath -Wl,'
PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)'
CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)'
More information about the svn-ports-head
mailing list