ccache: update to 3.5.1a
Upstream fixed the bug in the configure script. Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
1321d29203
commit
e514a9716d
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'ccache'
|
# Template file for 'ccache'
|
||||||
pkgname=ccache
|
pkgname=ccache
|
||||||
version=3.5.1
|
version=3.5.1a
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc=${pkgname}-${version%a}
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -11,12 +12,7 @@ homepage="https://ccache.samba.org/"
|
||||||
changelog="https://ccache.samba.org/news.html"
|
changelog="https://ccache.samba.org/news.html"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
distfiles="https://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="https://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=0fe1baa18208ba11abd188ab6eeaf4453b08ee783945dbb357dd93c2308a1d60
|
checksum=0baea2c5bc4169ed3dad1f895e6d279323c5b8d3c9f0209998fe6da4601d0701
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
# Probably a missing AC_SUBST(getopt_long_c) somewhere.
|
|
||||||
sed -i Makefile -e "s;@getopt_long_c@;src/getopt_long.c;g"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/lib/ccache/bin
|
vmkdir usr/lib/ccache/bin
|
||||||
|
|
Loading…
Reference in New Issue