Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Olaf van der Spek
mariadb-10.1
Commits
7ffde682
Commit
7ffde682
authored
Jul 31, 2018
by
Otto Kekäläinen
Browse files
Use the ccache symlinks made by update-ccache-symlinks, if available
parent
492391dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
7ffde682
...
@@ -74,7 +74,7 @@ override_dh_auto_configure:
...
@@ -74,7 +74,7 @@ override_dh_auto_configure:
dh_testdir
dh_testdir
mkdir -p $(BUILDDIR) && cd $(BUILDDIR) && \
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} \
CC=${CC} \
CXX=${CXX} \
CXX=${CXX} \
cmake -DCMAKE_INSTALL_PREFIX=/usr \
cmake -DCMAKE_INSTALL_PREFIX=/usr \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment