mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'bug6173_rebased'
This commit is contained in:
commit
4cbd6e46ef
@ -71,9 +71,12 @@ AC_DEFUN([TOR_CHECK_LDFLAGS], [
|
||||
CFLAGS="$CFLAGS -pedantic -Werror"
|
||||
LDFLAGS="$LDFLAGS $2 $1"
|
||||
LIBS="$LIBS $3"
|
||||
AC_TRY_LINK([], [return 0;],
|
||||
[AS_VAR_SET(VAR,yes)],
|
||||
[AS_VAR_SET(VAR,no)])
|
||||
AC_RUN_IFELSE([AC_LANG_PROGRAM([#include <stdio.h>], [fputs("", stdout)])],
|
||||
[AS_VAR_SET(VAR,yes)],
|
||||
[AS_VAR_SET(VAR,no)],
|
||||
[AC_TRY_LINK([], [return 0;],
|
||||
[AS_VAR_SET(VAR,yes)],
|
||||
[AS_VAR_SET(VAR,no)])])
|
||||
CFLAGS="$tor_saved_CFLAGS"
|
||||
LDFLAGS="$tor_saved_LDFLAGS"
|
||||
LIBS="$tor_saved_LIBS"
|
||||
|
5
changes/bug6173
Normal file
5
changes/bug6173
Normal file
@ -0,0 +1,5 @@
|
||||
o Major bugfixes:
|
||||
- Make our linker option detection code more robust against linkers
|
||||
where a bad combination of options completes successfully but
|
||||
makes an unrunnable binary. Fixes bug 6173; bugfix on 0.2.3.17-beta.
|
||||
|
Loading…
Reference in New Issue
Block a user