Explorar o código

Still failing some builds - try putting -lssl -lcrypto after libnagios

madlohe %!s(int64=6) %!d(string=hai) anos
pai
achega
5435cdcc8b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      plugins-root/Makefile.am

+ 2 - 2
plugins-root/Makefile.am

@@ -88,8 +88,8 @@ install-exec-local: $(noinst_PROGRAMS)
 
 ##############################################################################
 # the actual targets
-check_dhcp_LDADD = @LTLIBINTL@ $(SSLLIBS) $(NETLIBS)
-check_icmp_LDADD = @LTLIBINTL@ $(SSLLIBS) $(NETLIBS) $(SOCKETLIBS)
+check_dhcp_LDADD = @LTLIBINTL@ $(NETLIBS) $(SSLLIBS)
+check_icmp_LDADD = @LTLIBINTL@ $(NETLIBS) $(SOCKETLIBS) $(SSLLIBS)
 
 # -m64 needed at compiler and linker phase
 pst3_CFLAGS = @PST3CFLAGS@