]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3729] Fixed FreeBSD support
authorFrancis Dupont <fdupont@isc.org>
Thu, 6 Feb 2025 03:18:29 +0000 (04:18 +0100)
committerAndrei Pavel <andrei@isc.org>
Thu, 13 Feb 2025 08:05:20 +0000 (10:05 +0200)
src/lib/dhcpsrv/tests/meson.build
src/lib/hooks/tests/meson.build

index d09f2d7197838f484c500e2216670764b63110fb..6e4b4326cb4dd5e76c225c87d0ed4cc1eb71d5a5 100644 (file)
@@ -115,6 +115,7 @@ test(
 shared_library(
     'co1',
     'callout_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
@@ -123,6 +124,7 @@ shared_library(
 shared_library(
     'co2',
     'callout_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
@@ -131,6 +133,7 @@ shared_library(
 shared_library(
     'co3',
     'callout_params_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
index f05c2575b2ec3c934cd01e0a41cf35385d3a7596..03e297ea7e0032930151dd455efeafe423a86364 100644 (file)
@@ -37,6 +37,7 @@ configure_file(
 shared_library(
     'nvl',
     'no_version_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
@@ -45,6 +46,7 @@ shared_library(
 shared_library(
     'ivl',
     'incorrect_version_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
@@ -53,6 +55,7 @@ shared_library(
 shared_library(
     'fxl',
     'framework_exception_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
@@ -61,6 +64,7 @@ shared_library(
 shared_library(
     'bcl',
     'basic_callout_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
@@ -69,6 +73,7 @@ shared_library(
 shared_library(
     'lcl',
     'load_callout_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
@@ -77,6 +82,7 @@ shared_library(
 shared_library(
     'lecl',
     'load_error_callout_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
@@ -85,6 +91,7 @@ shared_library(
 shared_library(
     'ucl',
     'unload_callout_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
@@ -93,6 +100,7 @@ shared_library(
 shared_library(
     'fcl',
     'full_callout_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
@@ -101,6 +109,7 @@ shared_library(
 shared_library(
     'pcl',
     'callout_params_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',
@@ -109,6 +118,7 @@ shared_library(
 shared_library(
     'acl',
     'async_callout_library.cc',
+    dependencies: [boost],
     include_directories: [include_directories('.')] + INCLUDES,
     link_with: LIBS_BUILT_SO_FAR,
     build_rpath: '/nowhere',