Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa838b5

Browse files
committed
Add win32security to LIBOBJS
This seems to fix Mingw's compile that was broken in a967613, as evidenced by buildfarm.
1 parent 33b054b commit fa838b5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

configure

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13026,6 +13026,12 @@ esac
1302613026
;;
1302713027
esac
1302813028

13029+
case " $LIBOBJS " in
13030+
*" win32security.$ac_objext "* ) ;;
13031+
*) LIBOBJS="$LIBOBJS win32security.$ac_objext"
13032+
;;
13033+
esac
13034+
1302913035
case " $LIBOBJS " in
1303013036
*" win32setlocale.$ac_objext "* ) ;;
1303113037
*) LIBOBJS="$LIBOBJS win32setlocale.$ac_objext"

configure.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,6 +1577,7 @@ if test "$PORTNAME" = "win32"; then
15771577
AC_LIBOBJ(system)
15781578
AC_LIBOBJ(win32env)
15791579
AC_LIBOBJ(win32error)
1580+
AC_LIBOBJ(win32security)
15801581
AC_LIBOBJ(win32setlocale)
15811582
AC_DEFINE([HAVE_SYMLINK], 1,
15821583
[Define to 1 if you have the `symlink' function.])

0 commit comments

Comments
 (0)