Merge pull request #287 from sykesm/master
Build with shadow password support if the system is being built with shadow support
This commit is contained in:
commit
3adc8d290c
1 changed files with 2 additions and 0 deletions
|
@ -70,7 +70,9 @@ define Build/Configure
|
|||
configure \
|
||||
);
|
||||
$(call Build/Configure/Default)
|
||||
ifndef CONFIG_SHADOW_PASSWORDS
|
||||
echo "#undef HAVE_SHADOW_H" >> $(PKG_BUILD_DIR)/config.h
|
||||
endif
|
||||
endef
|
||||
|
||||
define Package/ipsec-tools/install
|
||||
|
|
Loading…
Reference in a new issue