]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
win32: install wget when building on ubuntu
authorKen Dreyer <kdreyer@redhat.com>
Tue, 13 Sep 2022 16:44:18 +0000 (12:44 -0400)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 26 May 2023 06:45:54 +0000 (06:45 +0000)
The build process requires wget. Install this on Ubuntu platforms.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
(cherry picked from commit 1b4db7c477151d554a32fc937410d699318a290e)

win32_deps_build.sh

index 759f6ddb5396c0b0bf871f1e52cf9540fe54b173..85c8e5e8babd46ed7a9aaa1578f87850e8785edf 100755 (executable)
@@ -72,7 +72,7 @@ case "$OS" in
         sudo env DEBIAN_FRONTEND=noninteractive apt-get -y install \
             mingw-w64 cmake pkg-config \
             python3-dev python3-pip python3-yaml \
-                autoconf libtool ninja-build zip
+                autoconf libtool ninja-build wget zip
         sudo python3 -m pip install cython
         ;;
     suse)