diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 17:06:47 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 17:06:47 +0000 |
commit | 6c344741b5f5ccc13e4d8dffb43395fafb0f1e0a (patch) | |
tree | 9df860b252c39f5a7c548dd9dec90036fef4d879 /testing/libgusb | |
parent | 5f808151e3792f2037bac21ae474f0ef17517c8d (diff) | |
download | aports-6c344741b5f5ccc13e4d8dffb43395fafb0f1e0a.tar.bz2 aports-6c344741b5f5ccc13e4d8dffb43395fafb0f1e0a.tar.xz |
testing/libgusb: fix x86 musl build
Diffstat (limited to 'testing/libgusb')
-rw-r--r-- | testing/libgusb/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/libgusb/APKBUILD b/testing/libgusb/APKBUILD index efb5347f2c..74b4f51850 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() { |