Ticket #7 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Track libusb fails cross-compile during install

Reported by: sleipnir Owned by:
Priority: major Milestone: upstream
Component: upstream Keywords:
Cc:

Description

Upstream bug id: https://sourceforge.net/tracker/?func=detail&atid=101674&aid=2284286&group_id=1674

workaround:

--- libusb-0.1.12-r4.ebuild 2008-06-25 03:25:44.000000000 +0000
+++ libusb-0.1.12-r4.ebuild 2008-11-14 14:08:24.000000000 +0000
 -51,6 +51,7 @@
 }
 
 src_install() {
+        sed -i -e 's:-lusb::' libusbpp.la
  emake -j1 DESTDIR="${D}" install || die "make install failed"
 
  dodir /$(get_libdir)

Change History

Changed 3 years ago by sleipnir

  • summary changed from libusb fails cross-compile during install to Track libusb fails cross-compile during install

Changed 3 years ago by sleipnir

  • milestone set to unsorted

Changed 3 years ago by sleipnir

  • milestone changed from unsorted to upstream

Changed 3 years ago by sleipnir

  • status changed from new to closed
  • resolution set to fixed

Upstream version 0.1.12-r5 works fine. Closing.

Note: See TracTickets for help on using tickets.