[med-svn] [dcmtk] 09/10: enable c++11
Gert Wollny
gewo at moszumanska.debian.org
Sun Aug 6 14:31:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
gewo pushed a commit to branch master
in repository dcmtk.
commit 1cf221ce24a13fd322ec914ba6ed1f98deded7d0
Author: Gert Wollny <gewo at debian.org>
Date: Sun Aug 6 08:59:31 2017 +0000
enable c++11
---
debian/changelog | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index cbb51cc..a96a375 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ dcmtk (3.6.2-1~exp1) experimental; urgency=medium
* s/* update SO version
* d/copyright: add new files to copyright
* d/rules: drop more test programs and add manpage for msgserv
+ * d/rules enable use of C++11 features
-- Gert Wollny <gewo at debian.org> Wed, 02 Aug 2017 13:48:47 +0000
diff --git a/debian/rules b/debian/rules
index cf368e8..531490d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,8 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk12 \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
- -DDCMTK_USE_CXX11_STL:BOOL=ON
+ -DDCMTK_USE_CXX11_STL:BOOL=ON \
+ -DDCMTK_ENABLE_CXX11:BOOL=ON
override_dh_auto_configure:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dcmtk.git
More information about the debian-med-commit
mailing list