Laine Stump
9231566146
build: suppress "ignoring duplicate libraries" warning on macOS
...
Xcode 15, which provides the compiler toolchain for building libvirt
on macOS has switched to a new linker that warns about duplicated
"-lblah" options on the ld commandline. In practice this is impossible
to prevent in a large project, and also harmless.
Fortunately the new ld command also has an option,
-no_warn_duplicate_libraries, that supresses this harmless/pointless
warning, meson has a simple way to check if that option is supported,
and libvirt's meson.build files already have examples of adding an
option to the ld commandline if it's available.
Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
2023-11-03 15:56:37 -04:00
..
2023-08-25 10:07:36 +02:00
2023-06-29 11:51:27 +02:00
2023-05-16 10:26:33 +02:00
2023-05-16 10:26:33 +02:00
2023-10-17 14:16:15 +02:00
2023-09-04 16:01:24 +02:00
2023-09-04 16:01:24 +02:00
2023-08-24 13:46:22 +02:00
2023-06-05 13:23:06 +02:00
2023-06-05 13:23:06 +02:00
2023-07-20 15:23:34 +02:00
2023-11-02 15:31:10 +01:00
2023-10-27 15:04:09 +02:00
2023-10-09 15:06:59 +02:00
2023-07-20 15:23:43 +02:00
2023-07-20 15:23:24 +02:00
2023-08-21 13:51:26 +02:00
2023-09-04 10:31:52 +02:00
2023-08-17 17:22:09 +02:00
2023-08-17 17:22:09 +02:00
2023-04-20 08:37:22 +02:00
2023-09-19 14:28:50 -05:00
2023-10-17 14:16:15 +02:00
2023-11-02 15:31:40 +01:00
2023-10-26 09:02:23 +02:00
2023-04-06 12:48:22 +02:00
2023-07-20 11:22:08 +02:00
2023-11-03 13:31:26 -04:00
2023-08-24 12:45:00 +02:00
2023-07-19 08:42:08 +02:00
2023-07-20 15:22:20 +02:00
2023-09-04 16:01:24 +02:00
2023-08-03 16:41:19 +02:00
2023-11-03 15:56:37 -04:00
2023-08-25 12:36:37 +02:00
2023-08-24 13:46:22 +02:00
2023-08-03 16:41:19 +02:00
2023-08-03 16:41:19 +02:00
2023-06-05 13:23:06 +02:00
2023-07-20 15:23:34 +02:00
2023-11-02 15:32:43 +01:00
2023-07-20 15:23:43 +02:00
2023-07-20 15:23:24 +02:00
2023-08-21 13:51:27 +02:00
2023-09-12 11:06:41 -05:00
2023-09-04 10:31:52 +02:00
2023-07-20 15:23:16 +02:00
2023-10-17 14:16:17 +02:00
2023-08-03 16:41:19 +02:00
2023-06-05 13:20:12 +02:00
2023-09-19 14:28:50 -05:00
2023-10-17 14:16:14 +02:00
2023-09-12 11:06:41 -05:00
2023-10-26 11:31:06 +02:00
2023-09-06 14:09:45 +02:00
2023-09-06 14:09:42 +02:00
2023-08-03 16:41:19 +02:00
2023-07-20 14:59:57 +02:00
2023-09-19 14:28:50 -05:00
2023-09-19 14:28:50 -05:00
2023-06-05 13:20:13 +02:00
2023-04-06 12:48:22 +02:00
2023-05-10 14:44:22 +02:00
2023-04-04 10:52:15 +02:00
2023-08-03 16:41:19 +02:00
2023-08-24 23:36:18 -04:00
2023-08-24 13:47:41 +02:00
2023-05-16 08:48:17 +02:00
2023-08-03 16:41:19 +02:00
2023-08-03 16:35:11 +02:00
2023-08-24 23:36:18 -04:00
2023-07-19 13:09:11 +02:00
2023-08-25 10:07:36 +02:00
2023-06-29 11:51:27 +02:00
2023-06-14 12:47:54 +02:00