svn commit: r399242 - head/devel/linux_libusb

Tijl Coosemans tijl at FreeBSD.org
Wed Oct 14 08:40:48 UTC 2015


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
 


More information about the svn-ports-head mailing list