From 1a0f076dd63d886a5d60fcf38058193fa81420b5 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Tue, 1 Mar 2016 14:40:39 +0100 Subject: [PATCH] Use correct LDFLAGS for leaseshelper Signed-off-by: Jiri Denemark --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index a316b4da85..d57d30361f 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.47.2