mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add win32security to LIBOBJS
This seems to fix Mingw's compile that was broken in a967613911
, as
evidenced by buildfarm.
This commit is contained in:
@ -1577,6 +1577,7 @@ if test "$PORTNAME" = "win32"; then
|
||||
AC_LIBOBJ(system)
|
||||
AC_LIBOBJ(win32env)
|
||||
AC_LIBOBJ(win32error)
|
||||
AC_LIBOBJ(win32security)
|
||||
AC_LIBOBJ(win32setlocale)
|
||||
AC_DEFINE([HAVE_SYMLINK], 1,
|
||||
[Define to 1 if you have the `symlink' function.])
|
||||
|
Reference in New Issue
Block a user