From: Eric Bollengier Date: Wed, 9 Dec 2020 14:10:45 +0000 (+0100) Subject: win32: Tweak openssl build X-Git-Tag: Release-11.3.2~801 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8921c1c2a0fd27afefad222c7337e29ec65cb6;p=thirdparty%2Fbacula.git win32: Tweak openssl build --- diff --git a/bacula/src/win32/build-depkgs-mingw-w64 b/bacula/src/win32/build-depkgs-mingw-w64 index b688e6e63..ee7e9e1e7 100755 --- a/bacula/src/win32/build-depkgs-mingw-w64 +++ b/bacula/src/win32/build-depkgs-mingw-w64 @@ -265,6 +265,8 @@ process_openssl() echo Installing openssl do_make Makefile -k install_sw install cp *.dll ${DEPPKG_DIR}/bin + mkdir -p ${DEPPKG_DIR}/ssl + cp -f apps/openssl.cnf ${DEPPKG_DIR}/ssl } process_lzo() diff --git a/bacula/src/win32/build-depkgs-mingw32 b/bacula/src/win32/build-depkgs-mingw32 index 285e7cabd..727e00251 100755 --- a/bacula/src/win32/build-depkgs-mingw32 +++ b/bacula/src/win32/build-depkgs-mingw32 @@ -288,6 +288,8 @@ process_openssl() do_make Makefile all echo Installing openssl do_make Makefile install_sw + mkdir -p ${DEPPKG_DIR}/ssl + cp -f apps/openssl.cnf ${DEPPKG_DIR}/ssl } process_mysql()