summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2015-01-02 01:30:43 -0300
committerIsmael Luceno2015-01-02 01:49:05 -0300
commit8be31d753b8dfb7efed9bb4a5e1103f75f74012c (patch)
tree1a5fd5eeb171e6921e359cd91a183e223be3e0ea
parentceb429168a8d9021818d37e719f45c10fd729724 (diff)
protobuf: Remove -ffast-math from CXXFLAGS, does not compile with it
-rwxr-xr-xlibs/protobuf/BUILD2
-rw-r--r--libs/protobuf/HISTORY3
2 files changed, 5 insertions, 0 deletions
diff --git a/libs/protobuf/BUILD b/libs/protobuf/BUILD
new file mode 100755
index 0000000000..881b5a3813
--- /dev/null
+++ b/libs/protobuf/BUILD
@@ -0,0 +1,2 @@
+CXXFLAGS="${CXXFLAGS// -ffast-math}" &&
+default_build
diff --git a/libs/protobuf/HISTORY b/libs/protobuf/HISTORY
index 81edc32643..923252cfd5 100644
--- a/libs/protobuf/HISTORY
+++ b/libs/protobuf/HISTORY
@@ -1,3 +1,6 @@
+2015-01-02 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD: Remove -ffast-math from CXXFLAGS, doesn't compile with it
+
2013-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 2.5.0