From f6ff955927a1577c9bdd0305a1f2b21f579c067b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 13 Jan 2020 13:23:36 +0100 Subject: [PATCH] libtirpc: needs musl-legacy-compat for *-musl --- srcpkgs/libtirpc/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/libtirpc/template b/srcpkgs/libtirpc/template index 07837e77ce5..7f8ff155dc3 100644 --- a/srcpkgs/libtirpc/template +++ b/srcpkgs/libtirpc/template @@ -13,6 +13,10 @@ homepage="http://libtirpc.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=f3b6350c7e9c3cd9c58fc7a5e5f8e6be469cc571bb5eb31eb9790b3e675186ca +case "$XBPS_TARGET_MACHINE" in + *-musl) makedepends+=" musl-legacy-compat" ;; +esac + post_install() { vconf ${wrksrc}/doc/netconfig vlicense COPYING