opnsense-ports/databases/mysql51-server/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
422 B
Text

--- configure.orig 2013-11-04 18:55:16.000000000 +0000
+++ configure 2014-02-11 13:34:06.586185156 +0000
@@ -22206,7 +22206,7 @@
int
main ()
{
-return gethostbyname_r ();
+return incompatible_gethostbyname_r ();
;
return 0;
}
@@ -24768,8 +24768,8 @@
# Some system specific hacks
#
-MAX_C_OPTIMIZE="-O3"
-MAX_CXX_OPTIMIZE="-O3"
+MAX_C_OPTIMIZE=""
+MAX_CXX_OPTIMIZE=""
case $SYSTEM_TYPE in
*solaris2.7*)