mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
oss_fuzz also requires no PIE
This commit is contained in:
+1
-1
@@ -765,7 +765,7 @@ m4_ifdef([AS_VAR_IF],[
|
||||
AS_VAR_POPDEF([can_compile])
|
||||
TOR_CHECK_CFLAGS(-Wstack-protector)
|
||||
TOR_CHECK_CFLAGS(--param ssp-buffer-size=1)
|
||||
if test "$bwin32" = "false" && test "$enable_libfuzzer" != "yes"; then
|
||||
if test "$bwin32" = "false" && test "$enable_libfuzzer" != "yes" && test "$enable_oss_fuzz" != "yes"; then
|
||||
TOR_CHECK_CFLAGS(-fPIE)
|
||||
TOR_CHECK_LDFLAGS(-pie, "$all_ldflags_for_check", "$all_libs_for_check")
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user