[Bug 249516] [NEW PORT] devel/linux-c7-libusb: package provides a way for applications to access USB devices

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 26 21:18:38 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249516

--- Comment #7 from commit-hook at 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 <iwtcex at gmail.com> [1]

Changes:
  head/devel/linux_libusb/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-emulation mailing list