Browse Source

HPCC-20431 Added curl to dependency list

Signed-off-by: Michael Gardner <michael.gardner@lexisnexisrisk.com>
Michael Gardner 6 years ago
parent
commit
972e1736e7

+ 1 - 1
cmake_modules/dependencies/artful.cmake

@@ -1,2 +1,2 @@
 # Ubuntu 17.04
-SET_DEPENDENCIES ( CPACK_DEBIAN_PACKAGE_DEPENDS g++ openssh-client openssh-server expect rsync libapr1 python psmisc )
+SET_DEPENDENCIES ( CPACK_DEBIAN_PACKAGE_DEPENDS g++ openssh-client openssh-server expect rsync libapr1 python psmisc curl )

+ 1 - 1
cmake_modules/dependencies/bionic.cmake

@@ -1,2 +1,2 @@
 # Ubuntu 18.04
-SET_DEPENDENCIES ( CPACK_DEBIAN_PACKAGE_DEPENDS g++ openssh-client openssh-server expect rsync libapr1 python psmisc )
+SET_DEPENDENCIES ( CPACK_DEBIAN_PACKAGE_DEPENDS g++ openssh-client openssh-server expect rsync libapr1 python psmisc curl )

+ 1 - 1
cmake_modules/dependencies/el6.cmake

@@ -1,2 +1,2 @@
 # Centos 6
-SET_DEPENDENCIES ( CPACK_RPM_PACKAGE_REQUIRES m4 libtool gcc-c++ openssh-server openssh-clients expect rsync zip psmisc devtoolset-2-gcc devtoolset-2-binutils devtoolset-2-gcc-c++)
+SET_DEPENDENCIES ( CPACK_RPM_PACKAGE_REQUIRES m4 libtool gcc-c++ openssh-server openssh-clients expect rsync zip psmisc devtoolset-2-gcc devtoolset-2-binutils devtoolset-2-gcc-c++ curl )

+ 1 - 1
cmake_modules/dependencies/el7.cmake

@@ -1,2 +1,2 @@
 # Centos 7
-SET_DEPENDENCIES ( CPACK_RPM_PACKAGE_REQUIRES m4 libtool gcc-c++ openssh-server openssh-clients expect rsync zip psmisc )
+SET_DEPENDENCIES ( CPACK_RPM_PACKAGE_REQUIRES m4 libtool gcc-c++ openssh-server openssh-clients expect rsync zip psmisc curl )

+ 1 - 1
cmake_modules/dependencies/trusty.cmake

@@ -1,2 +1,2 @@
 # Ubuntu 14.04
-SET_DEPENDENCIES ( CPACK_DEBIAN_PACKAGE_DEPENDS g++ openssh-client openssh-server expect rsync  zip python psmisc )
+SET_DEPENDENCIES ( CPACK_DEBIAN_PACKAGE_DEPENDS g++ openssh-client openssh-server expect rsync  zip python psmisc curl )

+ 1 - 1
cmake_modules/dependencies/xenial.cmake

@@ -1,2 +1,2 @@
 # Ubuntu 16.04
-SET_DEPENDENCIES ( CPACK_DEBIAN_PACKAGE_DEPENDS g++ openssh-client openssh-server expect rsync libapr1 python psmisc )
+SET_DEPENDENCIES ( CPACK_DEBIAN_PACKAGE_DEPENDS g++ openssh-client openssh-server expect rsync libapr1 python psmisc curl )