diff options
author | Gerald Carter <jerry@samba.org> | 2006-04-22 22:43:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:27 -0500 |
commit | 11868fe3ba0882c2743e7317a1337b06425c9cc8 (patch) | |
tree | 944513c63bd14e56328c19e4c33e10241ea2b714 /packaging | |
parent | 7fa8993f6afed6dcbfa560c4ab9e1baad7523034 (diff) | |
download | samba-11868fe3ba0882c2743e7317a1337b06425c9cc8.tar.gz samba-11868fe3ba0882c2743e7317a1337b06425c9cc8.tar.xz samba-11868fe3ba0882c2743e7317a1337b06425c9cc8.zip |
r15170: don't check for ccache
(This used to be commit e6a1106820ef532dcf2e50920b82f4536140dcad)
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/RHEL/samba.spec.tmpl | 2 |
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 |