From 1faa9ae42abebf35b947ed8e2a1562a425d49f29 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 27 Mar 2018 23:55:56 +0000 Subject: [PATCH] community/distcc to 3.3-2 --- community/distcc/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index 3557f370e..4e1c96d2e 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -10,7 +10,7 @@ pkgname=distcc pkgver=3.3 -pkgrel=1 +pkgrel=2 pkgdesc='Distributed C, C++ and Objective-C compiler' arch=('x86_64') url='https://github.com/distcc/distcc' @@ -74,6 +74,8 @@ package() { install -d "$pkgdir/usr/lib/$pkgname/bin" for bin in c++ cc cpp g++ gcc; do ln -sf "/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/bin/$bin" + # Additional symlinks are needed, see FS#57978 + ln -sf "/usr/bin/$pkgname" "$pkgdir/usr/lib/$pkgname/$bin" done }