[libvirt] [PATCH] Use correct LDFLAGS for leaseshelper

Jiri Denemark jdenemar at redhat.com
Tue Mar 1 15:00:13 UTC 2016


Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
---
 src/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index a316b4d..d57d303 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2810,6 +2810,10 @@ libvirt_iohelper_CFLAGS = \
 if WITH_NETWORK
 libexec_PROGRAMS += libvirt_leaseshelper
 libvirt_leaseshelper_SOURCES = $(NETWORK_LEASES_HELPER_SOURCES)
+libvirt_leaseshelper_LDFLAGS = \
+		$(AM_LDFLAGS) \
+		$(PIE_LDFLAGS) \
+		$(NULL)
 libvirt_leaseshelper_LDADD =           \
                libvirt_util.la         \
                ../gnulib/lib/libgnu.la
-- 
2.7.2




More information about the libvir-list mailing list