Skip to content

Commit

Permalink
Make HandlerSocket build optional due to build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 26, 2012
1 parent 5697742 commit d5fb51b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.sh
Expand Up @@ -65,7 +65,6 @@ do
export WRE_BUILD_AWSTATS=1
export WRE_BUILD_WRE=1
export WRE_BUILD_PM=1
export WRE_BUILD_HS=1
;;

--utils | --utilities)
Expand Down Expand Up @@ -831,7 +830,11 @@ CFLAGS=$SAVED_CFLAGS
cd $WRE_BUILDDIR
}

# perl
# handlerSocket
# Handler socket needs autogen, automake and a raft of other build support.
# It won't use our compiled libtool, so we should consider testing removing libtool
# and requiring local installs of those.

buildHandlerSocket(){
printHeader "HandlerSocket"
cd source/Handlersocket-Plugin-for-MySQL
Expand Down

0 comments on commit d5fb51b

Please sign in to comment.