Skip to content

Commit

Permalink
github/workflow: fixup libcurl4 flavour
Browse files Browse the repository at this point in the history
Ubuntu libcurl4 flavor is openssl, therefore, install the
fixup the dev package for it.

Signed-off-by: Jorge Marques <[email protected]>
  • Loading branch information
gastmaier committed Mar 23, 2023
1 parent bf23fb1 commit 22ad520
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deb-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
run: sudo apt-get update &&
sudo apt-get install -y
build-essential cmake git
libgtk-3-dev libcurl4-gnutls-dev
libaio-dev
libgtk-3-dev
libcurl4-openssl-dev libaio-dev
libjansson-dev libmatio-dev libfftw3-dev

- name: Install libiio
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-deb-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
run: sudo apt-get update &&
sudo apt-get install -y
build-essential cmake git
libcurl4-openssl-dev
libaio-dev libiio-dev libgtkdatabox-dev
libjansson-dev libmatio-dev libfftw3-dev

Expand Down
3 changes: 2 additions & 1 deletion cmake/LinuxPackaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ if (DEBBUILD_CMD)
else()
set(MATIO_PACKAGE "libmatio9 (>= 1.5.17)")
endif()
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libiio0 (>= 0.19), libgtk-3-0 (>= 3.24.18), libjansson4 (> 2.12), ${MATIO_PACKAGE}, libfftw3-3 (>= 3.3.8), curl (>= 7.68.0)")

set(CPACK_DEBIAN_PACKAGE_DEPENDS "libiio0 (>= 0.19), libgtk-3-0 (>= 3.24.18), libjansson4 (> 2.12), ${MATIO_PACKAGE}, libfftw3-3 (>= 3.3.8), libcurl4 (>= 7.68.0)")
message(STATUS "Package dependencies (.deb): " ${CPACK_DEBIAN_PACKAGE_DEPENDS})
endif()

Expand Down

0 comments on commit 22ad520

Please sign in to comment.