port: no libnuma on FreeBSD
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 14 Oct 2020 17:27:41 +0000 (13:27 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Oct 2020 18:10:20 +0000 (14:10 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I1c5b376de188a8f23ae90c2a6ab72fb1ecc42ace

configure.ac

index 40544ec4ebf77ff93597ffb4463d13dcdf635131..02d7f40cfe02e165b9d9bd42af3b7dd7a4ecd646 100644 (file)
@@ -207,6 +207,11 @@ AS_CASE([$host_cpu],
                NO_UNALIGNED_ACCESS=1
        ])
 
+# Set os specific options
+AS_CASE([$host_os],
+       [freebsd*], [NO_NUMA=1]
+)
+
 # Configuration options, which will be installed in the config.h
 AH_TEMPLATE([LTTNG_UST_HAVE_EFFICIENT_UNALIGNED_ACCESS], [Use efficient unaligned access.])
 AH_TEMPLATE([LTTNG_UST_HAVE_SDT_INTEGRATION], [SystemTap integration via sdt.h])
This page took 0.025126 seconds and 5 git commands to generate.