summaryrefslogtreecommitdiff
path: root/packaging/RHEL
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-04-22 22:43:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:27 -0500
commit11868fe3ba0882c2743e7317a1337b06425c9cc8 (patch)
tree944513c63bd14e56328c19e4c33e10241ea2b714 /packaging/RHEL
parent7fa8993f6afed6dcbfa560c4ab9e1baad7523034 (diff)
downloadsamba-11868fe3ba0882c2743e7317a1337b06425c9cc8.tar.gz
samba-11868fe3ba0882c2743e7317a1337b06425c9cc8.tar.bz2
samba-11868fe3ba0882c2743e7317a1337b06425c9cc8.zip
r15170: don't check for ccache
(This used to be commit e6a1106820ef532dcf2e50920b82f4536140dcad)
Diffstat (limited to 'packaging/RHEL')
-rw-r--r--packaging/RHEL/samba.spec.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl
index 052973f9f3..26d8a66936 100644
--- a/packaging/RHEL/samba.spec.tmpl
+++ b/packaging/RHEL/samba.spec.tmpl
@@ -112,7 +112,7 @@ cd source
# RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
## check for ccache
-ccache -h 2>&1 > /dev/null
+# ccache -h 2>&1 > /dev/null
#if [ $? -eq 0 ]; then
# CC="ccache gcc"
#else