Forráskód Böngészése

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

madlohe 6 éve
szülő
commit
5435cdcc8b
1 módosított fájl, 2 hozzáadás és 2 törlés
  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
 # 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
 # -m64 needed at compiler and linker phase
 pst3_CFLAGS = @PST3CFLAGS@
 pst3_CFLAGS = @PST3CFLAGS@