Actually disable PIE on mingw*
This commit is contained in:
parent
86966d30e4
commit
43f370671c
@ -76,7 +76,7 @@ AC_ARG_ENABLE(pie,
|
||||
[AS_HELP_STRING(--disable-pie,Do not produce position independent executables)],
|
||||
enable_pie=$enableval, enable_pie="maybe")
|
||||
|
||||
AS_CASE([$host_os], [mingw64], [enable_pie="no"])
|
||||
AS_CASE([$host_os], [mingw*], [enable_pie="no"])
|
||||
|
||||
AC_ARG_ENABLE(blocking-random,
|
||||
[AS_HELP_STRING(--enable-blocking-random,Use /dev/random instead of /dev/urandom)],
|
||||
|
Loading…
Reference in New Issue
Block a user