summaryrefslogtreecommitdiffstats
path: root/plugins-root
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2008-03-11 00:10:23 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2008-03-11 00:10:23 (GMT)
commitdc2ec71d22943a02058f1944e05e4f5c8db15f88 (patch)
treedc8cedfc2f151e01cc09b4e640fc5e8b33cfe62c /plugins-root
parent9f3d864fd3e47d4e728b196b1b6948a8a5e47e4e (diff)
downloadmonitoring-plugins-dc2ec71d22943a02058f1944e05e4f5c8db15f88.tar.gz
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
Diffstat (limited to 'plugins-root')
-rw-r--r--plugins-root/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am
index 3e6ee43..83c0648 100644
--- a/plugins-root/Makefile.am
+++ b/plugins-root/Makefile.am
@@ -68,7 +68,9 @@ install-exec-local: $(noinst_PROGRAMS)
68# the actual targets 68# the actual targets
69check_dhcp_LDADD = $(NETLIBS) 69check_dhcp_LDADD = $(NETLIBS)
70check_icmp_LDADD = $(NETLIBS) $(SOCKETLIBS) 70check_icmp_LDADD = $(NETLIBS) $(SOCKETLIBS)
71# -m64 needed at compiler and linker phase
71pst3_CFLAGS = @PST3CFLAGS@ 72pst3_CFLAGS = @PST3CFLAGS@
73pst3_LDFLAGS = @PST3CFLAGS@
72pst3_LDADD = -lkvm 74pst3_LDADD = -lkvm
73 75
74check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS) 76check_dhcp_DEPENDENCIES = check_dhcp.c $(NETOBJS) $(DEPLIBS)