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.

20 lines
558 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. --- a/configure.ac
  10. +++ b/configure.ac
  11. @@ -130,7 +130,6 @@ OVS_CHECK_LINUX_HOST
  12. OVS_LIBTOOL_VERSIONS
  13. OVS_CHECK_CXX
  14. AX_FUNC_POSIX_MEMALIGN
  15. -OVN_CHECK_UNBOUND
  16. OVS_CHECK_INCLUDE_NEXT([stdio.h string.h])
  17. AC_CONFIG_FILES([lib/libovn.sym])