[yade] 04/04: Add missing patch.
Anton Gladky
gladk at moszumanska.debian.org
Sat Dec 3 11:28:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository yade.
commit e5984761cb30fa0d72d055926e30bb9deb418703
Author: Anton Gladky <gladk at debian.org>
Date: Sat Dec 3 12:26:48 2016 +0100
Add missing patch.
---
debian/patches/08_fix-FTBFS-bosst162.patch | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/debian/patches/08_fix-FTBFS-bosst162.patch b/debian/patches/08_fix-FTBFS-bosst162.patch
new file mode 100644
index 0000000..4365e33
--- /dev/null
+++ b/debian/patches/08_fix-FTBFS-bosst162.patch
@@ -0,0 +1,23 @@
+From 7671fdc5fb19cd850ee577a5d43bf59b34824299 Mon Sep 17 00:00:00 2001
+From: Anton Gladky <gladk at debian.org>
+Date: Sat, 3 Dec 2016 12:18:37 +0100
+Subject: [PATCH] Add -fext-numeric-literals to fix FTBFS against boost_1.62
+
+Debian bug #845742: https://bugs.debian.org/845742
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 1d748b3..26f3d0f 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -73,7 +73,7 @@ ELSE()
+ ENDIF()
+ ENDIF()
+
+-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -O2 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -std=c++11 ")
++SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -O2 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -std=c++11 -fext-numeric-literals")
+
+ IF (DEBUG)
+ SET(CMAKE_VERBOSE_MAKEFILE 1)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yade.git
More information about the debian-science-commits
mailing list