
29 Jun
2018
29 Jun
'18
4:01 p.m.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3ef3472..de30df1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,7 +40,7 @@ libvirt_dbus_LDFLAGS = \ $(LIBVIRT_LDFLAGS) \ $(LIBVIRT_GLIB_LDFLAGS) \ $(RELRO_LDFLAGS) \ - $(PID_LDFLAGS) \ + $(PIE_LDFLAGS) \ $(NULL) libvirt_dbus_LDADD = \ -- 2.17.1