We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0331df1 commit c416ed8Copy full SHA for c416ed8
debian/rules
@@ -59,7 +59,7 @@ ifneq ($(ARCH_OS),hurd)
59
endif
60
61
( test -d $(builddir) || mkdir $(builddir) ) && cd $(builddir) && \
62
- 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"} \
63
CC=$${MYSQL_BUILD_CC:-gcc} \
64
CFLAGS=$${MYSQL_BUILD_CFLAGS:-"-O2 -fno-omit-frame-pointer -g -pipe -Wall -Wno-uninitialized"} \
65
CXX=$${MYSQL_BUILD_CXX:-g++} \
0 commit comments