[libvirt] [dbus PATCH 04/15] src: Fix typo in PIE_LDFLAGS

Andrea Bolognani abologna at redhat.com
Fri Jun 29 16:01:11 UTC 2018


Signed-off-by: Andrea Bolognani <abologna at 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




More information about the libvir-list mailing list