Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7193c43799435a508e72aac35477db4ec569616)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7193c43799435a508e72aac35477db4ec569616)
  • Date: Thu, 22 Jan 2015 00:49:10 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/monit/CONFIGURE | 2 +-
net/monit/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit e7193c43799435a508e72aac35477db4ec569616
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

monit: corrected typo

diff --git a/net/monit/CONFIGURE b/net/monit/CONFIGURE
index 4cb650f..39cb611 100755
--- a/net/monit/CONFIGURE
+++ b/net/monit/CONFIGURE
@@ -1,4 +1,4 @@
-if ! list_find "$LDFLAGS" "-O3"; then
+if ! list_find "$CFLAGS" "-O3"; then
config_query_option MONIT_OPTS "Enable optimized (-O3) build" n \
"--enable-optimized" \
"--disable-optimized"
diff --git a/net/monit/HISTORY b/net/monit/HISTORY
index b0a991d..7d1ea46 100644
--- a/net/monit/HISTORY
+++ b/net/monit/HISTORY
@@ -1,3 +1,6 @@
+2015-01-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: corrected typo
+
2015-01-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* DEPENDS: added missing flag for PAM; cleaned up



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7193c43799435a508e72aac35477db4ec569616), Vlad Glagolev, 01/22/2015

Archive powered by MHonArc 2.6.24.

Top of Page