ccache: update to 3.2.5. (#4049)
This commit is contained in:
parent
3c1fe8a7d0
commit
a50beb9433
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ccache'
|
||||
pkgname=ccache
|
||||
version=3.2.4
|
||||
revision=2
|
||||
version=3.2.5
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
|
@ -10,13 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://ccache.samba.org"
|
||||
license="GPL-2"
|
||||
distfiles="http://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=ffeb967edb549e67da0bd5f44f729a2022de9fdde65dfd80d2a7204d7f75332e
|
||||
|
||||
post_configure() {
|
||||
# Fix wrong dependency on a lib
|
||||
sed -i Makefile \
|
||||
-e "s;\(ccache\$(EXEEXT): \$(ccache_objs)\).*;\1;"
|
||||
}
|
||||
checksum=7a553809e90faf9de3a23ee9c5b5f786cfd4836bf502744bedb824a24bee1097
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/lib/ccache/bin
|
||||
|
|
Loading…
Reference in New Issue