diff options
-rw-r--r-- | system/s6/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/s6/APKBUILD b/system/s6/APKBUILD index 658a0d7ed..4ff68dce3 100644 --- a/system/s6/APKBUILD +++ b/system/s6/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Laurent Bercot <ska-adelie@skarnet.org> pkgname=s6 pkgver=2.7.2.0 -pkgrel=3 +pkgrel=4 pkgdesc="skarnet.org's small & secure supervision software suite" url="https://skarnet.org/software/$pkgname/" arch="all" @@ -22,7 +22,7 @@ build() { ./configure \ --enable-shared \ --enable-static \ - --disable-allstatic \ + --enable-static-libc \ --libdir=/usr/lib \ --libexecdir="/lib/$pkgname" \ --with-dynlib=/lib |