aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-25 14:01:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-25 14:06:09 +0000
commit960b960a18f79150f8efb5cb02c2d0fa5c9bbf9e (patch)
treec5c7c6e1a3d71f2666626aa153b801c4f447c9f3
parentff81339eef8a08803d35f228eaaa1323f31fa8df (diff)
downloadalpine_aports-960b960a18f79150f8efb5cb02c2d0fa5c9bbf9e.tar.bz2
alpine_aports-960b960a18f79150f8efb5cb02c2d0fa5c9bbf9e.tar.xz
alpine_aports-960b960a18f79150f8efb5cb02c2d0fa5c9bbf9e.zip
main/ccache: downgrade to 3.1.10
ccache-3.2 will filter out -D option which causes gcc to pick wrong gcc spec when compiling kernel. Lets revert for now
-rw-r--r--main/ccache/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/ccache/APKBUILD b/main/ccache/APKBUILD
index 1f9e6d4984..374792ade9 100644
--- a/main/ccache/APKBUILD
+++ b/main/ccache/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=ccache 2pkgname=ccache
3pkgver=3.2 3pkgver=3.1.10
4pkgrel=0 4pkgrel=0
5pkgdesc="A fast C/C++ compiler cache" 5pkgdesc="A fast C/C++ compiler cache"
6url="http://ccache.samba.org/" 6url="http://ccache.samba.org/"
@@ -44,6 +44,6 @@ package() {
44 ln -sf /usr/bin/ccache "$pkgdir"/usr/lib/ccache/bin/${CHOST}-c++ 44 ln -sf /usr/bin/ccache "$pkgdir"/usr/lib/ccache/bin/${CHOST}-c++
45} 45}
46 46
47md5sums="9e902a457f8b040a6c24b55413132d70 ccache-3.2.tar.gz" 47md5sums="cb3ff52366f53f6a03231efa8f15136c ccache-3.1.10.tar.gz"
48sha256sums="21c9039eed7967bdce64e5cec56cbd2a3c904ce17fc34d09d1b970792f39c5de ccache-3.2.tar.gz" 48sha256sums="ea37a21529c4d5c700d8dd1533c1d5f61e1e06e4c54c95ff30d5f1830b51fd3b ccache-3.1.10.tar.gz"
49sha512sums="d60b4fc8deb550db1e51b5cafd073115a0885f541b15b637fbb2fef1a5b446011f9806b0cf68cc7626ecfe716c4d21577cd3539195ab160c900415262a0ac695 ccache-3.2.tar.gz" 49sha512sums="c51cc5e4b70306397cd0ab094400174c9ec9f3ce399a0ec44dddc1cfd103165759e381a9a7ab567aed661f38015a53512b3c4fd699ae273995ee092407b5cfce ccache-3.1.10.tar.gz"