Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fb3bee31a17e01fa59e9525d471ea3f7030a28ba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fb3bee31a17e01fa59e9525d471ea3f7030a28ba)
  • Date: Wed, 26 Oct 2016 00:57:59 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/libwps/BUILD | 3 ++-
libs/libwps/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit fb3bee31a17e01fa59e9525d471ea3f7030a28ba
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/libwps: disabled -Werror flag

diff --git a/libs/libwps/BUILD b/libs/libwps/BUILD
index 9f047e2..ba514da 100755
--- a/libs/libwps/BUILD
+++ b/libs/libwps/BUILD
@@ -1,2 +1,3 @@
-LDFLAGS+=' -lboost_system'
+LDFLAGS+=' -lboost_system' &&
+OPTS+=' --disable-werror' &&
default_build
diff --git a/libs/libwps/HISTORY b/libs/libwps/HISTORY
index 3d7b701..12595f6 100644
--- a/libs/libwps/HISTORY
+++ b/libs/libwps/HISTORY
@@ -1,3 +1,6 @@
+2016-10-25 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: disabled -Werror
+
2016-10-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.4.4




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fb3bee31a17e01fa59e9525d471ea3f7030a28ba), Pavel Vinogradov, 10/25/2016

Archive powered by MHonArc 2.6.24.

Top of Page