FreeBSD/KnotDNS/make/config-diffについて、ここに記述してください。
こんなに違う。(改行は追加)
%diff config.h ~/knot.config.h ~/knot-2.4.3/src 11c11 < #define CONFIGURE_SUMMARY " knot 2.4.3\n\n Target: freebsd11.0 i386\n Compiler: gcc -std=gnu99\n CFLAGS: -g -O2 -Wall -Werror=format-security -Werror=implicit -Wstrict-prototypes \n LIBS: -lpthread -lm \n LibURCU: -L/usr/local/lib -lurcu \n GnuTLS: -L/usr/local/lib -lgnutls -lnettle -I/usr/local/include/p11-kit-1 \n Jansson: -L/usr/local/lib -ljansson \n Libedit: -L/usr/local/lib -ledit -ltinfo -I/usr/local/include/editline \n LMDB: shared -llmdb \n\n Sanitizer: \n LibFuzzer: no\n\n Prefix: NONE\n Run dir: ${prefix}/var/run/knot\n Storage dir: ${prefix}/var/lib/knot\n Config dir: ${prefix}/etc/knot\n\n Configuration DB mapsize: 500 MiB\n Timers DB mapsize: 100 MiB\n\n Knot DNS libraries: yes\n Knot DNS daemon: yes\n Knot DNS utils: yes\n Knot DNS documentation: yes\n\n Use recvmmsg: yes\n Use SO_REUSEPORT: no\n Fast zone parser: yes\n Utilities with IDN: yes\n Systemd integration: no\n Dnstap support: no\n Code coverage: no\n Bash completions: no\n PKCS #11 support: yes" --- > #define CONFIGURE_SUMMARY " knot 2.4.3\n\n Target: linux-gnu x86_64\n Compiler: gcc\n CFLAGS: -g -O2 -Wall -Werror=format-security -Werror=implicit -Wstrict-prototypes \n LIBS: -ldl -lpthread -lm \n LibURCU: -lurcu \n GnuTLS: -lgnutls -lnettle -I/usr/include/p11-kit-1\n Jansson: -ljansson \n Libedit: -ledit -ltinfo -lbsd -I/usr/include/editline\n LMDB: shared -llmdb \n\n Sanitizer: \n LibFuzzer: no\n\n Prefix: NONE\n Run dir: ${prefix}/var/run/knot\n Storage dir: ${prefix}/var/lib/knot\n Config dir: ${prefix}/etc/knot\n\n Configuration DB mapsize: 500 MiB\n Timers DB mapsize: 100 MiB\n\n Knot DNS libraries: yes\n Knot DNS daemon: yes\n Knot DNS utils: yes\n Knot DNS documentation: yes\n\n Use recvmmsg: yes\n Use SO_REUSEPORT: yes\n Fast zone parser: yes\n Utilities with IDN: yes\n Systemd integration: no\n Dnstap support: no\n Code coverage: no\n Bash completions: no\n PKCS #11 support: yes" 23c23 < /* #undef ENABLE_REUSEPORT */ --- > #define ENABLE_REUSEPORT 1 35c35 < /* #undef HAVE_ATOMIC */ --- > #define HAVE_ATOMIC 1 38c38 < /* #undef HAVE_BE64TOH */ --- > #define HAVE_BE64TOH 1 47c47 < #define HAVE_CPUSET_BSD 1 --- > /* #undef HAVE_CPUSET_BSD */ 50c50 < /* #undef HAVE_CPUSET_LINUX */ --- > #define HAVE_CPUSET_LINUX 1 59c59 < #define HAVE_FGETLN 1 --- > /* #undef HAVE_FGETLN */ 80c80 < /* #undef HAVE_MALLOC_TRIM */ --- > #define HAVE_MALLOC_TRIM 1 104c104 < #define HAVE_PTHREAD_NP_H 1 --- > /* #undef HAVE_PTHREAD_NP_H */ 137c137 < #define HAVE_STRLCAT 1 --- > /* #undef HAVE_STRLCAT */ 140c140 < #define HAVE_STRLCPY 1 --- > /* #undef HAVE_STRLCPY */