You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.5 KiB

  1. --- a/Makefile.config
  2. +++ b/Makefile.config
  3. @@ -67,7 +67,7 @@ ifeq ($(shell uname -s),SunOS)
  4. endif
  5. ifndef $(HAVE_LIB_AIO)
  6. -HAVE_LIB_AIO = $(shell $(MAKE) $(MAKE_OPTS) TEST_LIBS=$(LIB_AIO) TEST_PROG=test-libaio have_test_prog)
  7. +#HAVE_LIB_AIO = $(shell $(MAKE) $(MAKE_OPTS) TEST_LIBS=$(LIB_AIO) TEST_PROG=test-libaio have_test_prog)
  8. ifeq ($(HAVE_LIB_AIO),1)
  9. CONFIG_CFLAGS += -DHAVE_LIB_AIO
  10. CONFIG_LDFLAGS += $(LIB_AIO)
  11. @@ -76,7 +76,7 @@ endif
  12. endif
  13. ifndef $(HAVE_LIB_BSD)
  14. -HAVE_LIB_BSD = $(shell $(MAKE) $(MAKE_OPTS) TEST_LIBS=$(LIB_BSD) TEST_PROG=test-libbsd have_test_prog)
  15. +#HAVE_LIB_BSD = $(shell $(MAKE) $(MAKE_OPTS) TEST_LIBS=$(LIB_BSD) TEST_PROG=test-libbsd have_test_prog)
  16. ifeq ($(HAVE_LIB_BSD),1)
  17. CONFIG_CFLAGS += -DHAVE_LIB_BSD
  18. CONFIG_LDFLAGS += $(LIB_BSD)
  19. @@ -103,7 +103,7 @@ endif
  20. endif
  21. ifndef $(HAVE_LIB_SCTP)
  22. -HAVE_LIB_SCTP = $(shell $(MAKE) $(MAKE_OPTS) TEST_LIBS=$(LIB_SCTP) TEST_PROG=test-libsctp have_test_prog)
  23. +#HAVE_LIB_SCTP = $(shell $(MAKE) $(MAKE_OPTS) TEST_LIBS=$(LIB_SCTP) TEST_PROG=test-libsctp have_test_prog)
  24. ifeq ($(HAVE_LIB_SCTP),1)
  25. CONFIG_CFLAGS += -DHAVE_LIB_SCTP
  26. CONFIG_LDFLAGS += $(LIB_SCTP)
  27. @@ -178,7 +178,7 @@ endif
  28. endif
  29. ifndef $(HAVE_AIO_H)
  30. -HAVE_AIO_H = $(shell $(MAKE) $(MAKE_OPTS) HEADER=aio.h have_header_h)
  31. +#HAVE_AIO_H = $(shell $(MAKE) $(MAKE_OPTS) HEADER=aio.h have_header_h)
  32. ifeq ($(HAVE_AIO_H),1)
  33. CONFIG_CFLAGS += -DHAVE_AIO_H
  34. $(info autoconfig: using aio.h)
  35. @@ -2516,7 +2516,7 @@ endif
  36. endif
  37. ifndef $(HAVE_SETPROCTITLE)
  38. -HAVE_SETPROCTITLE = $(shell $(MAKE) $(MAKE_OPTS) TEST_LIBS=$(LIB_BSD) TEST_PROG=test-setproctitle have_test_prog)
  39. +#HAVE_SETPROCTITLE = $(shell $(MAKE) $(MAKE_OPTS) TEST_LIBS=$(LIB_BSD) TEST_PROG=test-setproctitle have_test_prog)
  40. ifeq ($(HAVE_SETPROCTITLE),1)
  41. CONFIG_CFLAGS += -DHAVE_SETPROCTITLE
  42. $(info autoconfig: using setproctitle)
  43. @@ -3140,7 +3140,7 @@ endif
  44. ifndef $(HAVE_WCSLCAT)
  45. WCSFUNC=wcslcat
  46. export WCSFUNC
  47. -HAVE_WCSLCAT = $(shell $(MAKE) $(MAKE_OPTS) WCSFUNC=wcslcat have_wcsfunc)
  48. +#HAVE_WCSLCAT = $(shell $(MAKE) $(MAKE_OPTS) WCSFUNC=wcslcat have_wcsfunc)
  49. ifeq ($(HAVE_WCSLCAT),1)
  50. CONFIG_CFLAGS += -DHAVE_WCSLCAT
  51. $(info autoconfig: using wcslcat)
  52. @@ -3150,7 +3150,7 @@ endif
  53. ifndef $(HAVE_WCSLCPY)
  54. WCSFUNC=wcslcpy
  55. export WCSFUNC
  56. -HAVE_WCSLCPY = $(shell $(MAKE) $(MAKE_OPTS) WCSFUNC=wcslcpy have_wcsfunc)
  57. +#HAVE_WCSLCPY = $(shell $(MAKE) $(MAKE_OPTS) WCSFUNC=wcslcpy have_wcsfunc)
  58. ifeq ($(HAVE_WCSLCPY),1)
  59. CONFIG_CFLAGS += -DHAVE_WCSLCPY
  60. $(info autoconfig: using wcslcpy)