src/utils/qa/weeklybld/buildEnv.csh 1.67

1.67 2009/07/08 18:42:33 mikep
to build with SSL and BAM
Index: src/utils/qa/weeklybld/buildEnv.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/buildEnv.csh,v
retrieving revision 1.66
retrieving revision 1.67
diff -b -B -U 4 -r1.66 -r1.67
--- src/utils/qa/weeklybld/buildEnv.csh	7 Jul 2009 17:55:58 -0000	1.66
+++ src/utils/qa/weeklybld/buildEnv.csh	8 Jul 2009 18:42:33 -0000	1.67
@@ -16,8 +16,11 @@
 else
     setenv MYSQLLIBS '/usr/lib/mysql/libmysqlclient.a -lz'
 endif
 
+setenv USE_SSL 1
+setenv USE_BAM 1
+
 if ( "$HOST" == "$BOX32" ) then
     setenv BUILDDIR /scratch/releaseBuild
 endif
 if ( "$HOST" == "hgwbeta" ) then