Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2015 15:16:08 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385961 - in head/security/krb5: . files
Message-ID:  <201505101516.t4AFG8NI085793@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505101516.t4AFG8NI085793>