ccache: rebuild with coreutils so that symlinks are correct.
This commit is contained in:
parent
d5ab4e7d23
commit
d4f19730ba
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'ccache'
|
# Template file for 'ccache'
|
||||||
pkgname=ccache
|
pkgname=ccache
|
||||||
version=3.1.6
|
version=3.1.6
|
||||||
|
revision=1
|
||||||
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://samba.org/ftp/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="compiler cache"
|
short_desc="compiler cache"
|
||||||
|
@ -16,6 +17,7 @@ long_desc="
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
|
Add_dependency build coreutils
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
|
|
Loading…
Reference in New Issue