Commit 7ffde682 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Use the ccache symlinks made by update-ccache-symlinks, if available

parent 492391dc
......@@ -74,7 +74,7 @@ override_dh_auto_configure:
dh_testdir
mkdir -p $(BUILDDIR) && cd $(BUILDDIR) && \
sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/usr/local/bin:/usr/bin:/bin"} \
sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin"} \
CC=${CC} \
CXX=${CXX} \
cmake -DCMAKE_INSTALL_PREFIX=/usr \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment