libusb-compat: update to 0.1.5

This commit is contained in:
Lukas Rusak 2016-06-14 01:13:33 -07:00
parent 054f29b63c
commit eb7f08e528
2 changed files with 1 additions and 13 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libusb-compat"
PKG_VERSION="0.1.4"
PKG_VERSION="0.1.5"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,12 +0,0 @@
diff -Naur libusb-compat-0.1.4-old/configure.ac libusb-compat-0.1.4-new/configure.ac
--- libusb-compat-0.1.4-old/configure.ac 2012-04-23 22:45:46.000000000 -0700
+++ libusb-compat-0.1.4-new/configure.ac 2012-12-29 08:44:33.000000000 -0800
@@ -1,7 +1,7 @@
AC_INIT([libusb-compat], [0.1.4])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([libusb/core.c])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_PREREQ([2.50])