SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
security/libb2/patches/patch-configure_ac
Normal file
13
security/libb2/patches/patch-configure_ac
Normal file
|
@ -0,0 +1,13 @@
|
|||
Do not hardcode optimization flags.
|
||||
|
||||
Index: configure.ac
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -60,7 +60,6 @@ AC_HELP_STRING([--enable-native],
|
||||
[enable_native=yes]
|
||||
)
|
||||
|
||||
-AX_CHECK_COMPILE_FLAG([-O3], [CFLAGS=-O3])
|
||||
dnl Not all architectures support -march=native
|
||||
if test $enable_native == "yes"; then
|
||||
AX_CHECK_COMPILE_FLAG([-march=native], [], [enable_native=no])
|
Loading…
Add table
Add a link
Reference in a new issue