Files
Juan Manuel Palacios deedb9c82f Refreshing patches for MySQL 5.6.30
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@148255 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-05-01 17:58:23 +00:00

13 lines
531 B
Diff

http://bugs.mysql.com/bug.php?id=73405
--- a/configure.cmake 2014-05-06 05:45:57.000000000 -0500
+++ b/configure.cmake 2014-07-26 13:48:44.000000000 -0500
@@ -603,7 +603,7 @@
CHECK_FUNCTION_EXISTS (memalign HAVE_MEMALIGN)
CHECK_FUNCTION_EXISTS (chown HAVE_CHOWN)
CHECK_FUNCTION_EXISTS (nl_langinfo HAVE_NL_LANGINFO)
-CHECK_FUNCTION_EXISTS (ntohll HAVE_HTONLL)
+CHECK_SYMBOL_EXISTS (ntohll arpa/inet.h HAVE_HTONLL)
CHECK_FUNCTION_EXISTS (clock_gettime DNS_USE_CPU_CLOCK_FOR_ID)
CHECK_FUNCTION_EXISTS (epoll_create HAVE_EPOLL)