diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 18:40:50 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 18:40:50 +0000 |
commit | a18c46dbe1f387504b929bc1ecdbe1bebbb8afa8 (patch) | |
tree | a58dfe95d0cfc5faf138601c39021684022acef4 | |
parent | 47e5928cb872baf85b2145c8fbfdf57df8e0d7f3 (diff) | |
download | aports-a18c46dbe1f387504b929bc1ecdbe1bebbb8afa8.tar.bz2 aports-a18c46dbe1f387504b929bc1ecdbe1bebbb8afa8.tar.xz |
testing/gengetopt: fix musl build
-rw-r--r-- | testing/gengetopt/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/gengetopt/APKBUILD b/testing/gengetopt/APKBUILD index 6899167bec..a122fb55eb 100644 --- a/testing/gengetopt/APKBUILD +++ b/testing/gengetopt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=gengetopt pkgver=2.22.6 -pkgrel=0 +pkgrel=1 pkgdesc="Tool to write command line option parsing code for C programs" url="http://www.gnu.org/software/gengetopt/" arch="all" @@ -23,6 +23,7 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + update_config_sub } build() { |