Selaa lähdekoodia

Don't pull net-snmp on Windows.

Noriko Hosoi 20 vuotta sitten
vanhempi
sitoutus
ff56fdb054
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      internal_comp_deps.mk

+ 2 - 0
internal_comp_deps.mk

@@ -378,10 +378,12 @@ NETSNMP_PULL_METHOD = $(COMPONENT_PULL_METHOD)
 endif
                                                                                                                           
 $(NETSNMP_DEP): $(NSCP_DISTDIR_FULL_RTL)
+ifneq ($(ARCH), WINNT)
 ifdef COMPONENT_DEPS
 	$(FTP_PULL) -method $(NETSNMP_PULL_METHOD) \
 		-objdir $(NETSNMP_BUILD_DIR) -componentdir $(NETSNMP_RELEASE) \
 		-files lib,include,bin
+endif
 endif
 	-@if [ ! -f $@ ] ; \
 	then echo "Error: could not get component NETSNMP file $@" ; \