diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 19:02:26 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 19:02:26 +0000 |
commit | f699f1ebc758bbbb015c7537193cc929182a31e1 (patch) | |
tree | aee95268e5531960e0b65d9c65490de1a2f3b3c7 | |
parent | e5170f6abd66212fa32fbe64fb0d73ff9ea78b4a (diff) | |
download | aports-f699f1ebc758bbbb015c7537193cc929182a31e1.tar.bz2 aports-f699f1ebc758bbbb015c7537193cc929182a31e1.tar.xz |
testing/nut: fix musl build
-rw-r--r-- | testing/nut/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nut/APKBUILD b/testing/nut/APKBUILD index 0d42d95ff1..deae55a1d2 100644 --- a/testing/nut/APKBUILD +++ b/testing/nut/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kozak Ivan <kozak-iv@yandex.ru> pkgname=nut pkgver=2.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="Network UPS tools - server" url="http://www.networkupstools.org" arch="all" @@ -33,7 +33,7 @@ prepare() { esac done libtoolize --force && aclocal -I m4 && autoconf \ - && automake --add-missing + && automake --add-missing && update_config_sub } build() { |