Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa838b5

Browse files
committed
Add win32security to LIBOBJS
This seems to fix Mingw's compile that was broken ina967613, asevidenced by buildfarm.
1 parent33b054b commitfa838b5

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)

[8]ページ先頭

©2009-2025 Movatter.jp