freebsd-ports/security/tor/files/patch-configure
Brendan Fabeny f211ad2bf5 update tor to 0.2.2.34, and tor-devel to 0.2.3.6-alpha
Security:	CVE-2011-2768
2011-10-28 05:21:44 +00:00

52 lines
1.2 KiB
Text

--- configure.orig 2011-10-26 20:22:26.000000000 -0400
+++ configure 2011-10-27 23:49:02.000000000 -0400
@@ -3268,7 +3268,7 @@
# Check whether --enable-linker-hardening was given.
if test "${enable_linker_hardening+set}" = set; then :
enableval=$enable_linker_hardening; if test x$enableval = xyes; then
- LDFLAGS="$LDFLAGS -z relro -z now"
+ LDFLAGS="$LDFLAGS -Wl,-z,relro -Wl,-z,now"
fi
fi
@@ -5984,7 +5984,7 @@
ac_res=$ac_cv_search_clock_gettime
if test "$ac_res" != no; then :
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
- have_rt=yes
+# have_rt=yes
fi
if test "$have_rt" = yes; then
@@ -5993,6 +5993,7 @@
fi
+if false ; then
trylibeventdir=""
# Check whether --with-libevent-dir was given.
@@ -6319,6 +6320,7 @@
LIBS="$tor_saved_LIBS"
LDFLAGS="$tor_saved_LDFLAGS"
CPPFLAGS="$tor_saved_CPPFLAGS"
+fi
@@ -6381,6 +6383,7 @@
fi
+if false ; then
if test "$enable_static_libevent" = "yes"; then
if test "$tor_cv_library_libevent_dir" = "(system)"; then
as_fn_error $? "\"You must specify an explicit --with-libevent-dir=x option when using --enable-static-libevent\"" "$LINENO" 5
@@ -6390,6 +6393,7 @@
else
TOR_LIBEVENT_LIBS="-levent"
fi
+fi