From 4f4669077048acac6fc2a55e3d510f05c44c124a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 16 Jun 2022 07:38:05 +0200 Subject: core/krb5: more cycle breaking with libverto developmenmt artifacts --- core/krb5/PKGBUILD | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/krb5/PKGBUILD b/core/krb5/PKGBUILD index 4fd0a819..2f2447df 100644 --- a/core/krb5/PKGBUILD +++ b/core/krb5/PKGBUILD @@ -1,10 +1,20 @@ # temporarily disable libverto in order to break build cycle depends=(${depends[@]//libverto.so/}) depends=(${depends[@]//libverto-module-base/}) - eval "$( declare -f build | \ sed ' s|--with-system-verto|| ' )" + +# do not install development artifacts of libverto (conflicts +# with libverto above and causes more cycles) +eval "$( + declare -f package | \ + sed ' + $ i \ + rm -f "${pkgdir}/usr/include/{verto,-module}.h" \ + rm -f "${pkgdir}/usr/lib/libverto.so" + ' +)" -- cgit v1.2.3-54-g00ecf