From 56689d27fd383beba312b63d5439ea08b67d5a3f Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Sat, 14 Mar 2020 16:31:07 -0300 Subject: [PATCH] main/pth: restore valid option --- main/pth/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/main/pth/APKBUILD b/main/pth/APKBUILD index 70204f8c8123..adf49401cf5f 100644 --- a/main/pth/APKBUILD +++ b/main/pth/APKBUILD @@ -3,6 +3,7 @@ pkgname=pth pkgver=2.0.7 pkgrel=5 pkgdesc="GNU Portable Threads" +options="!libc_musl" # This is only for uclibc url="https://www.gnu.org/software/pth" arch="all" license="LGPL-2.1-or-later" -- GitLab