Jim Fehlig
76b420d003
build: fix linking libqemutestdriver with LTO enabled
openSUSE Factory is in the process of enabling Link Time Optimization [0]
and stumbled upon missing symbols when linking libqemutestdriver
libtool: link: gcc -shared -fPIC -DPIC ../src/libvirt_qemu_probes.o \
-Wl,--whole-archive ../src/.libs/libvirt_driver_qemu_impl.a \
../src/.libs/libvirt_driver_network_impl.a \
../src/.libs/libvirt_driver_storage_impl.a -Wl,--no-whole-archive \
-lcap-ng -lgnutls -lnl-route-3 -lnl-3 -ldbus-1 -lselinux -lapparmor \
/usr/lib/libxml2.so -ldl -lz -llzma -lm -lblkid -ltirpc \
-fstack-protector-strong -O2 -fstack-protector-strong -flto=16 -g -O2 \
-fstack-protector-strong -flto=16 -g \
-Wl,-soname -Wl,libqemutestdriver.so -o .libs/libqemutestdriver.so
...
/usr/lib/gcc/i586-suse-linux/9/../../../../i586-suse-linux/bin/ld: ./.libs/libqemutestdriver.so: undefined reference to `mdir_name'
/usr/lib/gcc/i586-suse-linux/9/../../../../i586-suse-linux/bin/ld: ./.libs/libqemutestdriver.so: undefined reference to `rpl_ioctl'
/usr/lib/gcc/i586-suse-linux/9/../../../../i586-suse-linux/bin/ld: ./.libs/libqemutestdriver.so: undefined reference to `rpl_pipe2'
/usr/lib/gcc/i586-suse-linux/9/../../../../i586-suse-linux/bin/ld: ./.libs/libqemutestdriver.so: undefined reference to `recvfd'
/usr/lib/gcc/i586-suse-linux/9/../../../../i586-suse-linux/bin/ld: ./.libs/libqemutestdriver.so: undefined reference to `c_strcasecmp'
The missing symbols are provided by GNUlib. Add it when linking
libqemutestdriver.
[0] https://en.opensuse.org/openSUSE:LTO
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Acked-by: Michal Privoznik <mprivozn@redhat.com>
2019-05-30 09:09:10 -06:00
..
2019-02-24 13:20:51 +04:00
2019-02-24 13:20:51 +04:00
2018-12-03 14:31:41 +01:00
2018-12-17 15:02:11 +00:00
2019-05-14 19:33:37 +02:00
2019-05-06 14:49:26 +02:00
2019-04-16 21:55:59 -05:00
2019-04-16 13:46:17 +02:00
2019-04-16 13:46:17 +02:00
2019-03-13 12:06:52 -06:00
2019-03-06 15:53:53 +01:00
2019-02-21 13:06:16 -05:00
2019-05-23 16:29:48 +01:00
2019-02-01 12:57:13 -05:00
2019-02-01 12:57:13 -05:00
2019-03-22 12:59:56 +03:00
2018-08-28 11:49:01 +01:00
2019-05-17 14:59:40 +02:00
2019-02-05 17:15:05 +01:00
2019-03-12 15:29:44 +01:00
2019-04-18 17:08:33 +02:00
2019-04-18 17:08:33 +02:00
2018-08-13 15:50:01 +02:00
2019-04-30 14:42:34 +01:00
2019-05-22 14:54:32 +02:00
2019-05-22 14:54:32 +02:00
2019-03-13 12:06:52 -06:00
2019-03-07 12:01:09 +01:00
2019-01-29 19:16:19 -05:00
2019-03-19 16:46:21 +01:00
2019-03-19 16:46:21 +01:00
2018-12-17 14:43:33 +00:00
2018-12-17 14:43:33 +00:00
2019-03-06 11:12:48 -05:00
2018-09-20 13:06:02 -04:00
2018-10-05 15:53:29 +02:00
2019-02-26 11:41:18 +01:00
2018-08-14 15:52:35 +02:00
2019-04-03 14:44:32 +02:00
2018-08-13 15:50:01 +02:00
2018-08-13 14:19:41 -04:00
2019-04-15 20:03:55 -04:00
2019-04-16 13:11:08 -04:00
2019-04-16 13:11:08 -04:00
2019-04-16 13:11:08 -04:00
2019-04-15 20:03:55 -04:00
2019-02-24 13:20:51 +04:00
2019-02-24 13:20:51 +04:00
2018-08-15 10:15:29 +02:00
2018-09-20 10:16:39 +02:00
2019-05-17 16:01:11 +02:00
2019-05-14 19:33:37 +02:00
2019-02-11 17:40:44 -05:00
2019-05-06 14:49:26 +02:00
2018-12-13 16:08:38 +00:00
2019-05-09 10:02:53 -05:00
2018-09-20 10:16:39 +02:00
2019-04-10 12:26:32 +02:00
2018-12-13 16:08:38 +00:00
2018-08-15 10:15:29 +02:00
2019-04-16 13:46:17 +02:00
2019-04-11 12:47:23 -04:00
2018-09-20 10:16:39 +02:00
2018-07-27 15:44:38 +02:00
2019-02-11 17:40:44 -05:00
2019-03-14 10:05:25 +01:00
2018-12-11 15:03:08 -05:00
2018-09-20 10:16:39 +02:00
2019-05-30 09:09:10 -06:00
2019-03-08 14:59:20 +01:00
2019-01-31 17:45:41 +01:00
2019-05-23 16:29:48 +01:00
2019-01-31 17:45:41 +01:00
2018-09-20 10:16:39 +02:00
2018-09-20 10:16:39 +02:00
2018-12-13 16:08:38 +00:00
2018-12-13 16:08:38 +00:00
2018-12-13 16:08:38 +00:00
2018-12-14 10:47:13 +00:00
2019-03-14 10:05:25 +01:00
2018-09-20 10:16:39 +02:00
2019-04-10 12:26:32 +02:00
2018-12-17 17:52:46 +01:00
2018-09-20 10:16:39 +02:00
2018-08-13 15:50:01 +02:00
2019-04-17 08:30:59 +02:00
2019-05-06 18:05:17 -05:00
2019-04-17 08:30:59 +02:00
2018-12-13 16:08:38 +00:00
2019-04-20 07:48:42 +02:00
2018-12-14 10:47:13 +00:00
2018-12-13 16:08:38 +00:00
2018-08-13 15:50:01 +02:00
2018-12-14 10:47:13 +00:00
2019-04-10 13:58:30 +02:00
2019-04-18 17:08:33 +02:00
2019-03-14 10:05:25 +01:00
2018-12-14 10:47:13 +00:00
2019-05-21 14:22:06 +02:00
2018-12-14 10:47:13 +00:00
2018-12-14 10:47:13 +00:00
2019-04-10 09:12:04 +02:00
2018-12-19 15:32:43 +01:00
2018-12-19 15:32:43 +01:00
2019-01-24 18:59:38 -05:00
2019-05-23 15:19:01 +02:00
2019-05-22 14:54:32 +02:00
2019-04-10 12:26:32 +02:00
2018-11-16 13:42:39 +01:00
2018-09-20 10:16:39 +02:00
2018-09-20 10:16:39 +02:00
2018-12-05 10:39:54 +01:00
2018-11-16 13:42:39 +01:00
2018-09-20 10:16:39 +02:00
2018-09-20 10:16:39 +02:00
2018-09-20 10:16:39 +02:00
2018-09-20 10:16:39 +02:00
2018-12-13 16:08:38 +00:00
2019-02-12 08:51:23 -05:00
2019-03-07 12:12:11 +01:00
2019-05-14 15:58:37 +02:00
2019-03-19 16:46:21 +01:00
2019-02-12 08:51:23 -05:00
2019-02-12 08:51:23 -05:00
2018-12-14 10:47:13 +00:00
2019-04-04 09:35:40 -05:00
2019-03-14 10:05:21 +01:00
2019-02-20 15:54:41 +01:00
2018-12-14 10:47:13 +00:00
2018-09-20 10:16:39 +02:00
2018-12-14 10:47:13 +00:00
2019-04-17 08:30:57 +02:00
2019-04-17 08:30:57 +02:00
2019-04-17 08:30:55 +02:00
2018-12-14 10:47:13 +00:00
2018-11-26 16:38:26 -07:00
2018-12-14 10:47:13 +00:00
2018-09-20 10:16:39 +02:00
2019-04-10 12:26:32 +02:00
2018-12-13 16:08:38 +00:00
2019-05-04 23:39:35 +02:00
2018-12-13 16:08:38 +00:00
2018-09-20 10:16:39 +02:00
2019-04-10 09:12:04 +02:00
2018-12-14 10:47:13 +00:00
2018-09-20 10:16:39 +02:00
2018-12-13 16:08:38 +00:00
2018-12-14 10:47:13 +00:00
2018-12-13 16:08:38 +00:00
2018-12-17 17:52:46 +01:00
2018-12-18 10:12:09 -05:00
2019-02-03 17:46:29 -05:00
2019-05-07 09:56:17 +02:00
2019-04-10 12:26:32 +02:00
2019-04-10 12:26:32 +02:00
2019-03-13 14:15:35 +01:00
2019-02-01 12:08:37 -05:00
2018-12-14 10:47:13 +00:00
2018-12-05 10:39:54 +01:00
2018-12-14 10:47:13 +00:00
2019-05-04 23:39:35 +02:00
2018-12-13 16:08:38 +00:00
2018-12-14 10:47:13 +00:00
2019-04-03 14:44:32 +02:00
2019-04-11 12:47:23 -04:00
2018-12-13 16:08:38 +00:00
2019-02-14 18:03:10 +01:00
2019-04-10 12:26:32 +02:00
2018-12-13 16:08:38 +00:00
2019-04-03 11:31:38 +01:00
2019-04-03 11:31:38 +01:00
2018-12-13 16:08:38 +00:00
2019-04-10 12:26:32 +02:00
2018-12-13 16:08:38 +00:00
2019-04-18 11:27:09 +01:00
2018-12-13 16:08:38 +00:00
2018-12-13 16:08:38 +00:00
2018-12-13 16:08:38 +00:00
2018-12-13 16:08:38 +00:00
2018-12-13 16:08:38 +00:00
2019-04-10 12:26:32 +02:00
2019-04-10 12:26:32 +02:00
2019-04-10 12:26:32 +02:00
2018-12-14 10:47:13 +00:00
2019-04-10 12:26:32 +02:00
2018-09-20 10:16:39 +02:00
2019-04-03 11:31:38 +01:00
2018-12-13 16:08:38 +00:00
2019-04-15 12:47:44 -04:00
2018-12-13 16:08:38 +00:00
2018-12-13 16:08:38 +00:00
2018-12-13 16:08:38 +00:00
2018-12-14 10:47:13 +00:00
2018-12-13 16:08:38 +00:00
2019-03-14 10:05:28 +01:00
2019-04-10 12:26:32 +02:00
2019-04-04 09:35:40 -05:00
2018-10-12 09:30:56 -05:00
2019-04-04 09:35:40 -05:00
2019-03-25 09:01:53 -05:00
2019-05-06 18:05:17 -05:00
2019-02-12 08:51:23 -05:00
2018-12-13 16:08:38 +00:00
2018-12-14 10:47:13 +00:00
2019-01-23 07:54:58 +01:00
2019-05-07 11:01:14 +02:00
2018-12-13 16:08:38 +00:00
2018-09-20 10:16:38 +02:00
2018-12-13 16:08:38 +00:00
2018-12-13 16:08:38 +00:00
2018-12-13 16:08:38 +00:00
2018-09-20 10:16:39 +02:00
2019-04-15 20:03:55 -04:00
2019-02-12 10:14:53 +01:00
2019-04-16 13:11:08 -04:00
2019-04-16 13:11:08 -04:00
2019-04-16 13:11:08 -04:00
2019-04-15 20:03:55 -04:00