Skip to content

Commit d5fb51b

Browse files
author
root
committedJun 26, 2012
Make HandlerSocket build optional due to build issues.
1 parent 5697742 commit d5fb51b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎build.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ do
6565
export WRE_BUILD_AWSTATS=1
6666
export WRE_BUILD_WRE=1
6767
export WRE_BUILD_PM=1
68-
export WRE_BUILD_HS=1
6968
;;
7069

7170
--utils | --utilities)
@@ -831,7 +830,11 @@ CFLAGS=$SAVED_CFLAGS
831830
cd $WRE_BUILDDIR
832831
}
833832

834-
# perl
833+
# handlerSocket
834+
# Handler socket needs autogen, automake and a raft of other build support.
835+
# It won't use our compiled libtool, so we should consider testing removing libtool
836+
# and requiring local installs of those.
837+
835838
buildHandlerSocket(){
836839
printHeader "HandlerSocket"
837840
cd source/Handlersocket-Plugin-for-MySQL

0 commit comments

Comments
 (0)
Please sign in to comment.