diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-13 09:02:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-13 09:02:43 +0000 |
commit | 34f63a83613ec6dd2a14d864f31e1964d472217c (patch) | |
tree | e6238e830a77f85745ec6ce89c2a20a429c659f3 /main/libqrencode | |
parent | 6e483f4bb68dca7bd523990d3b2e187a4e9e8eaf (diff) | |
download | aports-34f63a83613ec6dd2a14d864f31e1964d472217c.tar.bz2 aports-34f63a83613ec6dd2a14d864f31e1964d472217c.tar.xz |
main/libqrencode: update config sub so musl is accepted
Diffstat (limited to 'main/libqrencode')
-rw-r--r-- | main/libqrencode/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libqrencode/APKBUILD b/main/libqrencode/APKBUILD index f8194f3b09..e9e2456de3 100644 --- a/main/libqrencode/APKBUILD +++ b/main/libqrencode/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=libqrencode pkgver=3.4.3 -pkgrel=0 +pkgrel=1 pkgdesc="library for encoding QR codes" url="http://fukuchi.org/works/qrencode/index.html" arch="all" @@ -23,6 +23,7 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + update_config_sub || return 1 } build() { |