projects
/
dcmtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6661290
)
d/rules: Prefer STL over DCMTK convienient copy
author
Mathieu Malaterre
<malat@debian.org>
Thu, 20 May 2021 09:27:18 +0000
(11:27 +0200)
committer
Mathieu Malaterre
<malat@debian.org>
Thu, 20 May 2021 09:27:18 +0000
(11:27 +0200)
Current GCC implementation passes all system inspection test. Use
directly STL implementation to ease integration with other toolkits.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 210cd878ac848fa68b24f9d9db929852e81437fc..a52a018f9af020cdd7d4953fb8078c36f393bcdb 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-40,6
+40,7
@@
CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \
-DCMAKE_INSTALL_DATADIC:STRING=share/libdcmtk16 \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
-DDCMTK_ENABLE_CHARSET_CONVERSION:STRING='stdlibc (iconv)' \
+ -DDCMTK_ENABLE_STL:BOOL=ON \
-DCMAKE_CXX_STANDARD:STRING=14
override_dh_auto_configure: