mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libusb: update to libusb-1.0.19
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
091816fd11
commit
be3f319915
@ -17,13 +17,13 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="libusb"
|
||||
PKG_VERSION="1.0.9"
|
||||
PKG_VERSION="1.0.19"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://libusb.sourceforge.net/"
|
||||
PKG_URL="$SOURCEFORGE_SRC/libusb/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_DEPENDS_TARGET="toolchain systemd"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="libusb: OS independent USB device access"
|
||||
@ -36,4 +36,5 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
|
||||
--enable-static \
|
||||
--disable-log \
|
||||
--disable-debug-log \
|
||||
--enable-udev \
|
||||
--disable-examples-build"
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -Naur libusb-1.0.9-old/configure.ac libusb-1.0.9-new/configure.ac
|
||||
--- libusb-1.0.9-old/configure.ac 2012-04-19 23:44:27.000000000 -0700
|
||||
+++ libusb-1.0.9-new/configure.ac 2012-12-29 06:46:36.000000000 -0800
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
AC_CONFIG_SRCDIR([libusb/core.c])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
-AM_CONFIG_HEADER([config.h])
|
||||
+AC_CONFIG_HEADERS([config.h])
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||
|
||||
AC_PREREQ([2.50])
|
Loading…
x
Reference in New Issue
Block a user