From: Perforce Review Daemon <p4review AT smee.org>
To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
Subject: [SM-Commit] PERFORCE change 79035 by David Michael Leo Brown Jr. for review
Date: Tue, 9 May 2006 02:30:01 +0100 (BST)
Change 79035 by david_brown@dmlb2000-dmlb2004 on 2006/05/09 02:29:30
made openssl optional and told it to use the internal mozilla sha1
header and c file and provided configure query for switching between
them
@@ -1,1 +1,6 @@
-config_query GIT_DOCS "Would you like to make documentation?" y
+config_query GIT_DOCS "Would you like to make documentation?" y &&
+config_query_list GIT_SHA_OPT "Which sha option would you like to use?"
openssl mozillla
+persistent_add GIT_MAKE_OPTS
+if [[ $GIT_SHA_OPT != openssl ]] ; then
+ GIT_MAKE_OPTS="$GIT_MAKE_OPTS NO_OPENSSL=true"
+fi
@@ -1,3 +1,10 @@
+2006-05-08 David Brown <dmlb2000 AT gmail.com>
+ * BUILD: added passing GIT_MAKE_OPTS to the make call
+ * DETAILS: updated patch level
+ * CONFIGURE: added query for mozilla sha1 or openssl sha1
+ * DEPENDS: check the configure query to depend on openssl only for the
+ proper GIT_SHA_OPT
+
2006-05-04 David Brown <dmlb2000 AT gmail.com>
* DETAILS: updated 1.3.2
[SM-Commit] PERFORCE change 79035 by David Michael Leo Brown Jr. for review,
Perforce Review Daemon, 05/08/2006