Date: Sat, 26 Sep 2020 21:18:38 +0000 From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 249516] [NEW PORT] devel/linux-c7-libusb: package provides a way for applications to access USB devices Message-ID: <bug-249516-4077-fAmRbC8rZc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-249516-4077@https.bugs.freebsd.org/bugzilla/> References: <bug-249516-4077@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249516 --- Comment #7 from commit-hook@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=3D${LINUXBASE} such that gcc doesn't pick up heade= rs 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 <iwtcex@gmail.com> [1] Changes: head/devel/linux_libusb/Makefile --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249516-4077-fAmRbC8rZc>