summaryrefslogtreecommitdiff
path: root/package/libusb/libusb.mk
AgeCommit message (Collapse)Author
2007-01-03- add missing package-source targetsBernhard Reutner-Fischer
- add missing dependencies to build prerequisites in the config system
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-04-14832: Bump libusb package to v0.1.12Eric Andersen
2006-04-14bug 834: libusb: build fix: set big/little endianEric Andersen
The following patch fixes a compilation error in libusb (cannot detectect endian while cross compiling)
2005-12-13import libusb packageMike Frysinger