svn commit: r510084 - head/lang/libobjc2

Piotr Kubaj pkubaj at FreeBSD.org
Wed Aug 28 17:17:14 UTC 2019


Author: pkubaj
Date: Wed Aug 28 17:17:13 2019
New Revision: 510084
URL: https://svnweb.freebsd.org/changeset/ports/510084

Log:
  lang/libobjc2: fix build on armv7
  
  armv7 needs LDFLAGS+=-Wl,-znotext.
  
  PR:		239744
  Approved by:	theraven (maintainer timeout), tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D21429

Modified:
  head/lang/libobjc2/Makefile

Modified: head/lang/libobjc2/Makefile
==============================================================================
--- head/lang/libobjc2/Makefile	Wed Aug 28 17:15:45 2019	(r510083)
+++ head/lang/libobjc2/Makefile	Wed Aug 28 17:17:13 2019	(r510084)
@@ -20,6 +20,7 @@ GH_ACCOUNT=	gnustep
 GH_TAGNAME=	0db500a
 
 SSP_UNSAFE=	yes
+LDFLAGS_armv7=	-Wl,-znotext
 
 SHLIB_MAJOR=	4
 SHLIB_MINOR=	6


More information about the svn-ports-head mailing list