summaryrefslogtreecommitdiffstats
path: root/testing/libgusb
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-05-31 17:06:47 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-05-31 17:06:47 +0000
commit6c344741b5f5ccc13e4d8dffb43395fafb0f1e0a (patch)
tree9df860b252c39f5a7c548dd9dec90036fef4d879 /testing/libgusb
parent5f808151e3792f2037bac21ae474f0ef17517c8d (diff)
downloadaports-6c344741b5f5ccc13e4d8dffb43395fafb0f1e0a.tar.bz2
aports-6c344741b5f5ccc13e4d8dffb43395fafb0f1e0a.tar.xz
testing/libgusb: fix x86 musl build
Diffstat (limited to 'testing/libgusb')
-rw-r--r--testing/libgusb/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/libgusb/APKBUILD b/testing/libgusb/APKBUILD
index efb5347f2..74b4f5185 100644
--- a/testing/libgusb/APKBUILD
+++ b/testing/libgusb/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=libgusb
pkgver=0.1.6
-pkgrel=0
+pkgrel=1
pkgdesc="GLib wrapper around libusb"
url="https://gitorious.org/gusb/"
arch="all"
@@ -23,6 +23,7 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
+ update_config_sub
}
build() {