Date: Mon, 5 Aug 2019 16:33:37 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508194 - head/security/gnutls Message-ID: <201908051633.x75GXbeN056386@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908051633.x75GXbeN056386>