Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 08:40:46 +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: r399242 - head/devel/linux_libusb
Message-ID:  <201510140840.t9E8ekJ5075943@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Oct 14 08:40:46 2015
New Revision: 399242
URL: https://svnweb.freebsd.org/changeset/ports/399242

Log:
  Fix build on recent FreeBSD head.  Linux gcc port does not support
  -fstack-protector-stong.

Modified:
  head/devel/linux_libusb/Makefile

Modified: head/devel/linux_libusb/Makefile
==============================================================================
--- head/devel/linux_libusb/Makefile	Wed Oct 14 07:49:08 2015	(r399241)
+++ head/devel/linux_libusb/Makefile	Wed Oct 14 08:40:46 2015	(r399242)
@@ -22,6 +22,7 @@ CC=		${LINUXBASE}/usr/bin/gcc
 CFLAGS+=	-I${WRKDIR}/sys
 MAKE_ARGS+=	LIBUSB_GLOBAL_INCLUDE_FILE=libusb_global_linux.h
 MAKE_ARGS+=	PTHREAD_LIBS="-lpthread -lrt"
+MAKE_ARGS+=	WITHOUT_SSP=yes
 # XXX ${LINUXBASE}/usr/bin/ld is a broken link with gentoo atm?
 #MAKE_ENV+=	COMPILER_PATH=/usr/i486-pc-linux-gnu/binutils-bin/2.22
 



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