d/rules: Prefer STL over DCMTK convienient copy
authorMathieu Malaterre <malat@debian.org>
Thu, 20 May 2021 09:27:18 +0000 (11:27 +0200)
committerMathieu 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

index 210cd878ac848fa68b24f9d9db929852e81437fc..a52a018f9af020cdd7d4953fb8078c36f393bcdb 100755 (executable)
@@ -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: