patch-configure_in 872 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-configure_in,v 1.2 2016/06/02 11:52:32 sthen Exp $
  2. --- configure.in.orig Thu Jan 14 11:55:01 2016
  3. +++ configure.in Sat May 21 11:35:39 2016
  4. @@ -25,7 +25,6 @@ AC_PROG_RANLIB
  5. dnl initial checks; tweakings to CFLAGS and LDFLAGS
  6. dnl see final checks for tweakings to LIBS
  7. if test "x$ac_cv_prog_gcc" = xyes ; then
  8. - CFLAGS="-O2 ${CFLAGS}"
  9. case "$host_os" in
  10. IRIX*)
  11. CFLAGS="-mabi=n32 -fno-builtins"
  12. @@ -542,9 +541,6 @@ AC_ARG_ENABLE(mysql,
  13. # Adding these as prerequisite for MySQL 5.6
  14. AC_CHECK_LIB([stdc++], [main], [LIBS="${LIBS} -lstdc++"], [AC_MSG_ERROR([
  15. ERROR: missing libstdc++ devel. Requirement for building MySQL.
  16. - ])])
  17. - AC_CHECK_LIB([rt], [clock_gettime], [LIBS="${LIBS} -lrt"], [AC_MSG_ERROR([
  18. - ERROR: missing librt devel. Requirement for building MySQL.
  19. ])])
  20. AC_ARG_WITH(mysql-includes,