svn commit: r508194 - head/security/gnutls

Tijl Coosemans tijl at FreeBSD.org
Mon Aug 5 16:33:37 UTC 2019


Author: tijl
Date: Mon Aug  5 16:33:36 2019
New Revision: 508194
URL: https://svnweb.freebsd.org/changeset/ports/508194

Log:
  Fix build on i386.  Some asm code isn't position independent.
  
  Reported by:	cy

Modified:
  head/security/gnutls/Makefile

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Mon Aug  5 16:25:45 2019	(r508193)
+++ head/security/gnutls/Makefile	Mon Aug  5 16:33:36 2019	(r508194)
@@ -32,6 +32,7 @@ CONFIGURE_ARGS=	--disable-guile \
 		--with-trousers-lib=${LOCALBASE}/lib/libtspi.so.1 \
 		AUTOGEN=false \
 		ac_cv_type_max_align_t=yes
+LDFLAGS_i386=	-Wl,-z,notext
 MAKE_ENV=	MAKEINFOFLAGS=--no-split
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check


More information about the svn-ports-head mailing list