]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
win32: skip installing openssl man pages 48139/head
authorKen Dreyer <kdreyer@redhat.com>
Fri, 9 Sep 2022 17:38:29 +0000 (17:38 +0000)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 16 Sep 2022 14:49:13 +0000 (10:49 -0400)
This speeds up the build a bit and makes the logs easier to read.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
win32_deps_build.sh

index 3fe8b6564426c13b3aa32413c8847dfe9d7e82a6..e97bd8c5bf295abb7551a47fabae69e8fba0c69b 100755 (executable)
@@ -126,7 +126,7 @@ CROSS_COMPILE="${MINGW_PREFIX}" ./Configure \
     mingw64 shared --prefix=$sslDir --libdir="$sslDir/lib"
 _make depend
 _make
-_make install
+_make install_sw
 
 echo "Building libcurl."
 cd $depsSrcDir