]> xenbits.xensource.com Git - libvirt.git/commitdiff
Use correct LDFLAGS for leaseshelper
authorJiri Denemark <jdenemar@redhat.com>
Tue, 1 Mar 2016 13:40:39 +0000 (14:40 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 3 Mar 2016 12:23:46 +0000 (13:23 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/Makefile.am

index a316b4da8593cb0a5a7b8c8c5f701b46ae386731..d57d30361fa706b8dc251f715d56cd03c765ae08 100644 (file)
@@ -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