mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user