diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-18 06:39:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-18 06:39:09 +0000 |
commit | 535f58c362a0c3bd8112aa1af9e5a2a90c4265c4 (patch) | |
tree | 78ab88313a5bc778fcb71db76afd7733293df3ec /package/libs/libusb-compat/Makefile | |
parent | b3d81b2decf6097f08128a154153d8869cbbf34c (diff) | |
download | upstream-535f58c362a0c3bd8112aa1af9e5a2a90c4265c4.tar.gz upstream-535f58c362a0c3bd8112aa1af9e5a2a90c4265c4.tar.bz2 upstream-535f58c362a0c3bd8112aa1af9e5a2a90c4265c4.zip |
libusb-compat: fix musl compatibility issues
Use stdint types instead of non-standard ones
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46025
Diffstat (limited to 'package/libs/libusb-compat/Makefile')
-rw-r--r-- | package/libs/libusb-compat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |