From 0181bf8d5e25945f048e22481915defd0fd693d7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 18 Jun 2015 06:39:09 +0000 Subject: libusb-compat: fix musl compatibility issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use stdint types instead of non-standard ones Signed-off-by: Álvaro Fernández Rojas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46025 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libs/libusb-compat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/libs/libusb-compat/Makefile') diff --git a/package/libs/libusb-compat/Makefile b/package/libs/libusb-compat/Makefile index 561091f64c..c1cb58700b 100644 --- a/package/libs/libusb-compat/Makefile +++ b/package/libs/libusb-compat/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2014 OpenWrt.org +# Copyright (C) 2010-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libusb-compat PKG_VERSION:=0.1.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/libusb -- cgit v1.2.3