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.

22 lines
633 B

  1. From f3cc8c83993486b9d35557f2bd85038d5bb96bc5 Mon Sep 17 00:00:00 2001
  2. From: Yousong Zhou <yszhou4tech@gmail.com>
  3. Date: Wed, 29 Jul 2020 20:09:56 +0800
  4. Subject: [PATCH] build: skip check and use of libunbound
  5. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
  6. ---
  7. configure.ac | 1 -
  8. 1 file changed, 1 deletion(-)
  9. diff --git a/configure.ac b/configure.ac
  10. index 2bcd1945b..ad550fff8 100644
  11. --- a/configure.ac
  12. +++ b/configure.ac
  13. @@ -130,7 +130,6 @@ OVS_CHECK_LINUX_HOST
  14. OVS_LIBTOOL_VERSIONS
  15. OVS_CHECK_CXX
  16. AX_FUNC_POSIX_MEMALIGN
  17. -OVN_CHECK_UNBOUND
  18. OVS_CHECK_INCLUDE_NEXT([stdio.h string.h])
  19. AC_CONFIG_FILES([lib/libovn.sym])