[Bps-public-commit] rt-shipwright branch, master, updated. 8f39aada6d75dd2c8dab4cb9cdbc344501d5ba60
? sunnavy
sunnavy at bestpractical.com
Fri Dec 10 09:23:13 EST 2010
The branch, master has been updated
via 8f39aada6d75dd2c8dab4cb9cdbc344501d5ba60 (commit)
from 00c7e1c018231c0b45f67666bd9db9416ad2b657 (commit)
Summary of changes:
rt4/scripts/cpan-XML-Parser/build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 8f39aada6d75dd2c8dab4cb9cdbc344501d5ba60
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Dec 10 22:20:30 2010 +0800
hack XML::Parser's build to include expat's path
diff --git a/rt4/scripts/cpan-XML-Parser/build b/rt4/scripts/cpan-XML-Parser/build
index 1488c52..cf95504 100644
--- a/rt4/scripts/cpan-XML-Parser/build
+++ b/rt4/scripts/cpan-XML-Parser/build
@@ -1,4 +1,4 @@
-configure: %%PERL%% Makefile.PL LIB=%%INSTALL_BASE%%/lib/perl5/ PREFIX=%%INSTALL_BASE%% INSTALLSITEARCH=%%INSTALL_BASE%%/lib/perl5 INSTALLARCHLIB=%%INSTALL_BASE%%/lib/perl5 %%MAKEMAKER_CONFIGURE_EXTRA%%
+configure: %%PERL%% Makefile.PL LIB=%%INSTALL_BASE%%/lib/perl5/ PREFIX=%%INSTALL_BASE%% INSTALLSITEARCH=%%INSTALL_BASE%%/lib/perl5 INSTALLARCHLIB=%%INSTALL_BASE%%/lib/perl5 %%MAKEMAKER_CONFIGURE_EXTRA%% EXPATINCPATH=%%INSTALL_BASE%%/include EXPATLIBPATH=%%INSTALL_BASE%%/lib
make: %%MAKE%%
test: %%MAKE%% test
install: %%MAKE%% install
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list