Selaa lähdekoodia

Merge pull request #287 from sykesm/master

Build with shadow password support if the system is being built with shadow support
Noah Meyerhans 10 vuotta sitten
vanhempi
commit
3adc8d290c
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2
    0
      net/ipsec-tools/Makefile

+ 2
- 0
net/ipsec-tools/Makefile Näytä tiedosto

@@ -70,7 +70,9 @@ define Build/Configure
70 70
 		configure \
71 71
 	);
72 72
 	$(call Build/Configure/Default)
73
+ifndef CONFIG_SHADOW_PASSWORDS
73 74
 	echo "#undef HAVE_SHADOW_H" >> $(PKG_BUILD_DIR)/config.h
75
+endif
74 76
 endef
75 77
 
76 78
 define Package/ipsec-tools/install