Skip to content

Commit

Permalink
Fix for a debian build failure (cherry-picked
Browse files Browse the repository at this point in the history
from 10.0:r4231).
  • Loading branch information
Nirbhay Choubey committed Jun 9, 2014
1 parent cc66ae6 commit 2357871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/dist/Debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ifneq ($(ARCH_OS),hurd)
endif

( test -d $(builddir) || mkdir $(builddir) ) && cd $(builddir) && \
sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/bin:/usr/bin:/usr/local/bin"} \
sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/usr/local/bin:/usr/bin:/bin"} \
CC=$${MYSQL_BUILD_CC:-gcc} \
CFLAGS=$${MYSQL_BUILD_CFLAGS:-"-O2 -fno-omit-frame-pointer -g -pipe -Wall -Wno-uninitialized $$(case `lsb_release -sc` in (lenny) echo -DWORKAROUND_GCC_4_3_2_BUG ;; esac)"} \
CXX=$${MYSQL_BUILD_CXX:-g++} \
Expand Down
2 changes: 1 addition & 1 deletion debian/dist/Ubuntu/rules
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ifneq ($(ARCH_OS),hurd)
endif

( test -d $(builddir) || mkdir $(builddir) ) && cd $(builddir) && \
sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/bin:/usr/bin:/usr/local/bin"} \
sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/usr/local/bin:/usr/bin:/bin"} \
CC=$${MYSQL_BUILD_CC:-gcc} \
CFLAGS=$${MYSQL_BUILD_CFLAGS:-"-O2 -fno-omit-frame-pointer -g -pipe -Wall -Wno-uninitialized"} \
CXX=$${MYSQL_BUILD_CXX:-g++} \
Expand Down

0 comments on commit 2357871

Please sign in to comment.