diff --git a/programming/library/dcmtk/actions.py b/programming/library/dcmtk/actions.py index eea139f730..fe6a45a478 100644 --- a/programming/library/dcmtk/actions.py +++ b/programming/library/dcmtk/actions.py @@ -17,6 +17,7 @@ def setup(): -DCMAKE_INSTALL_PREFIX='/usr' \ -DCMAKE_INSTALL_LIBDIR='lib' \ -DBUILD_SHARED_LIBS=ON \ + -DCMAKE_INSTALL_SYSCONFDIR=/etc/dcmtk \ -DBUILD_STATIC_LIBS=OFF", sourceDir="..") def build(): @@ -26,8 +27,8 @@ def install(): shelltools.cd("build") cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.domove("/usr/etc/dcmtk/", "/etc") - pisitools.removeDir("/usr/etc") + # pisitools.domove("/usr/etc/dcmtk/", "/etc") + # pisitools.removeDir("/usr/etc") # pisitools.dodoc("Copyright", "README") diff --git a/programming/library/libphonenumber/pspec.xml b/programming/library/libphonenumber/pspec.xml index 80ca1353c0..2f9d856430 100644 --- a/programming/library/libphonenumber/pspec.xml +++ b/programming/library/libphonenumber/pspec.xml @@ -12,7 +12,7 @@ library Google's common library for parsing, formatting, and validating international phone numbers Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. The Java version is optimized for running on smartphones, and is used by the Android framework since 4.0 - https://github.com/google/libphonenumber/archive/refs/tags/v9.0.24.tar.gz + https://github.com/google/libphonenumber/archive/refs/tags/v9.0.24.tar.gz git cmake @@ -24,8 +24,8 @@ jre8-openjdk-headless - 0002-Remove-Werror.patch - libphonenumber-8.13.47-cmake.patch + 0002-Remove-Werror.patch --> + libphonenumber-8.13.47-cmake.patch -->