File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -787,7 +787,7 @@ jobs:
787787 %MSYS_BIN%\bash -lc "patch -d bdb -p1 -i ../db-tls-m4-fix-pthread.patch"
788788 %MSYS_BIN%\bash -lc "patch -d bdb -p1 -i ../mingw.patch"
789789 %MSYS_BIN%\bash -lc "patch -d bdb -p1 -i ../cx11.patch"
790- %MSYS_BIN%\bash -lc "export lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'}; cd bdb/build_unix && ../dist/configure --prefix=/mingw --enable-mingw --enable-debug --disable-static --disable-replication --disable-tcl --without-cryptography LIBCSO_LIBS=-lwsock32 CPPFLAGS='-Wno-incompatible-pointer-types -Wno-old-style-definition'"
790+ %MSYS_BIN%\bash -lc "lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'}; cd bdb/build_unix && ../dist/configure --prefix=/mingw --enable-mingw --enable-debug --disable-static --disable-replication --disable-tcl --without-cryptography LIBCSO_LIBS=-lwsock32 CC=/mingw/bin/gcc CPPFLAGS='-Wno-incompatible-pointer-types -Wno-old-style-definition'"
791791 %MSYS_BIN%\bash -lc "make -C bdb/build_unix --jobs=$(($(nproc)+1))"
792792
793793 - name : Install BDB
@@ -836,7 +836,7 @@ jobs:
836836 - name : Configure GnuCOBOL
837837 run : |
838838 mkdir _build
839- %MSYS_BIN%\bash -lc "cd _build && ../configure --with-db --with-xml2 --with-json=local --with-curses=pdcurses --prefix=/mingw %CFGOPT% LDFLAGS=-lintl BDB_LIBS=/mingw/lib/libdb-6.0.dll.a "
839+ %MSYS_BIN%\bash -lc "cd _build && ../configure --with-db --with-xml2 --with-json=local --with-curses=pdcurses --prefix=/mingw %CFGOPT% LDFLAGS=-lintl"
840840
841841 - name : Build GnuCOBOL
842842 run : |
Original file line number Diff line number Diff line change 88 # manual run in actions tab - for all branches
99 workflow_dispatch :
1010
11- env :
12- HOME : /home/runner
13-
1411jobs :
1512 build :
1613 timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments