diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-10-14 08:40:46 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-10-14 08:40:46 +0000 |
commit | c9925b09bec575e29fd369b7e5f4fec6b753ef51 (patch) | |
tree | 6deb3a9d86ae6674162d96e1326eddcbc0f7dbc4 /devel | |
parent | d0f21fb115f08e2ef1b55b876b5d9047699e97bf (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux_libusb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/linux_libusb/Makefile b/devel/linux_libusb/Makefile index afd5da81bc44..64dd3d834aa8 100644 --- a/devel/linux_libusb/Makefile +++ b/devel/linux_libusb/Makefile @@ -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 |