Skip to content

Commit 0dd2a26

Browse files
committedJul 2, 2012
Remove manual build of perl modules.
1 parent ef1d61d commit 0dd2a26

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed
 

‎build.sh

+3-9
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ cat <<_WREHELP
2929
--apache compiles and installs apache
3030
--mysql compiles and installs mysql
3131
--imagemagick compiles and installs image magick
32-
--perlmodules installs perl modules from cpan
3332
--handlersocket compiles and installs HandlerSocket plugin and perl modules
3433
--awstats installs awstats
3534
--wre installs WebGUI Runtime Environment scripts and API
@@ -101,10 +100,7 @@ do
101100
export WRE_BUILD_WRE=1
102101
;;
103102

104-
--perlModules | --perlmodules | --pm)
105-
export WRE_BUILD_PM=1
106-
;;
107-
103+
108104
--handlersocket | --handlerSocket | --hs)
109105
export WRE_BUILD_HS=1
110106
;;
@@ -575,6 +571,8 @@ buildPerlModule() {
575571
cd ..
576572
}
577573

574+
## Obsoleted. Left in here for reference in case people need compilation hints.
575+
578576
installPerlModules () {
579577
printHeader "Perl Modules"
580578
cd source/perlmodules
@@ -906,10 +904,6 @@ fi
906904
if [ "$WRE_BUILD_IMAGEMAGICK" == 1 ]; then
907905
buildImageMagick
908906
fi
909-
if [ "$WRE_BUILD_PM" == 1 ]; then
910-
#installPerlModules
911-
echo "no perl modules"
912-
fi
913907
if [ "$WRE_BUILD_AWSTATS" == 1 ]; then
914908
installAwStats
915909
fi

‎getsource.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ wget -t 4 -nv http://www.cpan.org/src/perl-5.14.2.tar.gz
140140
tar zxf perl-5.14.2.tar.gz
141141

142142
# perlmodules
143-
# SEE SEPARATE SCRIPT
143+
# Install instructions.
144144

145145
# xpdf pdf generator http://www.foolabs.com/xpdf/download.html
146146
wget -t 4 -nv ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.03.tar.gz

0 commit comments

Comments
 (0)
Please sign in to comment.