https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249516
--- Comment #7 from commit-h...@freebsd.org --- A commit references this bug: Author: tijl Date: Sat Sep 26 21:18:34 UTC 2020 New revision: 550227 URL: https://svnweb.freebsd.org/changeset/ports/550227 Log: Add a direct build dependency on linux_base instead of relying on devtools to pull it in. This guarantees that the version constraint set in Mk/Uses/linux.mk is taken into account. Compile with --sysroot=${LINUXBASE} such that gcc doesn't pick up headers from /usr. Build the 32 bit library on amd64 with -m32 such that it's actually a 32 bit library. This must have become broken long time ago when 64 bit linux support was added and the compiler became 64 bit. [1] PR: 249516 Reported by: Alex S <iwt...@gmail.com> [1] Changes: head/devel/linux_libusb/Makefile -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-emulation@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"