Use correct LDFLAGS for leaseshelper
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
ce35122cfe
commit
1a0f076dd6
@ -2810,6 +2810,10 @@ libvirt_iohelper_CFLAGS = \
|
|||||||
if WITH_NETWORK
|
if WITH_NETWORK
|
||||||
libexec_PROGRAMS += libvirt_leaseshelper
|
libexec_PROGRAMS += libvirt_leaseshelper
|
||||||
libvirt_leaseshelper_SOURCES = $(NETWORK_LEASES_HELPER_SOURCES)
|
libvirt_leaseshelper_SOURCES = $(NETWORK_LEASES_HELPER_SOURCES)
|
||||||
|
libvirt_leaseshelper_LDFLAGS = \
|
||||||
|
$(AM_LDFLAGS) \
|
||||||
|
$(PIE_LDFLAGS) \
|
||||||
|
$(NULL)
|
||||||
libvirt_leaseshelper_LDADD = \
|
libvirt_leaseshelper_LDADD = \
|
||||||
libvirt_util.la \
|
libvirt_util.la \
|
||||||
../gnulib/lib/libgnu.la
|
../gnulib/lib/libgnu.la
|
||||||
|
Loading…
x
Reference in New Issue
Block a user