diff options
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am index 3e6ee43d..83c06487 100644 --- a/plugins-root/Makefile.am +++ b/plugins-root/Makefile.am @@ -68,7 +68,9 @@ install-exec-local: $(noinst_PROGRAMS) # the actual targets check_dhcp_LDADD = $(NETLIBS) check_icmp_LDADD = $(NETLIBS) $(SOCKETLIBS) +# -m64 needed at compiler and linker phase pst3_CFLAGS = @PST3CFLAGS@ +pst3_LDFLAGS = @PST3CFLAGS@ pst3_LDADD = -lkvm check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) |