We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent011ad7e commit67aa196Copy full SHA for 67aa196
configure
@@ -2502,7 +2502,7 @@ echo "$as_me: using CFLAGS=$CFLAGS" >&6;}
2502
2503
# We already have this in Makefile.win32, but configure needs it too
2504
if test "$PORTNAME" = "win32"; then
2505
- CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32"
+ CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32 -DEXEC_BACKEND"
2506
fi
2507
2508
# Check if the compiler still works with the template settings
@@ -12077,10 +12077,11 @@ esac
12077
12078
# Win32 can't to rename or unlink on an open file
12079
case $host_os in mingw*)
12080
-LIBOBJS="$LIBOBJS dirmod.$ac_objext"
12081
LIBOBJS="$LIBOBJS copydir.$ac_objext"
+LIBOBJS="$LIBOBJS dirmod.$ac_objext"
12082
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
12083
-LIBOBJS="$LIBOBJS pipe.$ac_objext" ;;
+LIBOBJS="$LIBOBJS pipe.$ac_objext"
12084
+LIBOBJS="$LIBOBJS rand.$ac_objext" ;;
12085
esac
12086
12087
if test "$with_readline" = yes; then