[Bps-public-commit] rt-shipwright branch, master, updated. ed21e256990c6b52a529b2c886625b15b5f1a9c5

? sunnavy sunnavy at bestpractical.com
Wed Jun 9 10:13:08 EDT 2010


The branch, master has been updated
       via  ed21e256990c6b52a529b2c886625b15b5f1a9c5 (commit)
      from  9da11d6e7e0f2536f6a3cdb5e5ed0c3a8ec120b6 (commit)

Summary of changes:
 3.8.8/scripts/RT/build.pl |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit ed21e256990c6b52a529b2c886625b15b5f1a9c5
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jun 9 14:19:30 2010 +0800

    tweak build.pl for rt

diff --git a/3.8.8/scripts/RT/build.pl b/3.8.8/scripts/RT/build.pl
index 1e65f7e..5c3afaf 100644
--- a/3.8.8/scripts/RT/build.pl
+++ b/3.8.8/scripts/RT/build.pl
@@ -22,8 +22,10 @@ if ( $args{flags}{mysql} ) {
 if ( $args{clean} ) {
     system('make clean');
 } else {
-    system("./configure.ac --with-db-type=$db_type --with-standalone --with-my-user-group --enable-layout=relative --with-gnupg --with-gd --prefix=$args{'install-base'}")==0
-        or die "RT configure installed: $?";
+    system(
+"./configure.ac --with-db-type=$db_type --with-web-handler --with-my-user-group --enable-layout=relative --enable-gd --prefix=$args{'install-base'}"
+      ) == 0
+      or die "RT configure installed: $?";
     system('make install') == 0 or die "RT make install failed: $?";
     # copy RT's tests to the vessel so they can be run manually later after the
     # database is configured

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list