Skip to content

Commit

Permalink
Remove manual build of perl modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jul 2, 2012
1 parent ef1d61d commit 0dd2a26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions build.sh
Expand Up @@ -29,7 +29,6 @@ cat <<_WREHELP
--apache compiles and installs apache
--mysql compiles and installs mysql
--imagemagick compiles and installs image magick
--perlmodules installs perl modules from cpan
--handlersocket compiles and installs HandlerSocket plugin and perl modules
--awstats installs awstats
--wre installs WebGUI Runtime Environment scripts and API
Expand Down Expand Up @@ -101,10 +100,7 @@ do
export WRE_BUILD_WRE=1
;;

--perlModules | --perlmodules | --pm)
export WRE_BUILD_PM=1
;;


--handlersocket | --handlerSocket | --hs)
export WRE_BUILD_HS=1
;;
Expand Down Expand Up @@ -575,6 +571,8 @@ buildPerlModule() {
cd ..
}

## Obsoleted. Left in here for reference in case people need compilation hints.

installPerlModules () {
printHeader "Perl Modules"
cd source/perlmodules
Expand Down Expand Up @@ -906,10 +904,6 @@ fi
if [ "$WRE_BUILD_IMAGEMAGICK" == 1 ]; then
buildImageMagick
fi
if [ "$WRE_BUILD_PM" == 1 ]; then
#installPerlModules
echo "no perl modules"
fi
if [ "$WRE_BUILD_AWSTATS" == 1 ]; then
installAwStats
fi
Expand Down
2 changes: 1 addition & 1 deletion getsource.sh
Expand Up @@ -140,7 +140,7 @@ wget -t 4 -nv http://www.cpan.org/src/perl-5.14.2.tar.gz
tar zxf perl-5.14.2.tar.gz

# perlmodules
# SEE SEPARATE SCRIPT
# Install instructions.

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

0 comments on commit 0dd2a26

Please sign in to comment.