File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2502,7 +2502,7 @@ echo "$as_me: using CFLAGS=$CFLAGS" >&6;}
25022502
25032503# We already have this in Makefile.win32, but configure needs it too
25042504if test "$PORTNAME" = "win32"; then
2505- CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
2505+ CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32 -DEXEC_BACKEND "
25062506fi
25072507
25082508# Check if the compiler still works with the template settings
@@ -12077,10 +12077,11 @@ esac
1207712077
1207812078# Win32 can't to rename or unlink on an open file
1207912079case $host_os in mingw*)
12080- LIBOBJS="$LIBOBJS dirmod.$ac_objext"
1208112080LIBOBJS="$LIBOBJS copydir.$ac_objext"
12081+ LIBOBJS="$LIBOBJS dirmod.$ac_objext"
1208212082LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
12083- LIBOBJS="$LIBOBJS pipe.$ac_objext" ;;
12083+ LIBOBJS="$LIBOBJS pipe.$ac_objext"
12084+ LIBOBJS="$LIBOBJS rand.$ac_objext" ;;
1208412085esac
1208512086
1208612087if test "$with_readline" = yes; then
You can’t perform that action at this time.
0 commit comments