From dc2ec71d22943a02058f1944e05e4f5c8db15f88 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 11 Mar 2008 00:10:23 +0000 Subject: Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS redefinition warnings. Fixed helper ar error in ./configure git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1938 f882894a-f735-0410-b71e-b25c423dba1c --- plugins-root/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins-root') 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) -- cgit v1.2.3-74-g34f1