ipsec-tools: Stop unconditionally disabling shadow passwords

Racoon requires shadow password support when built for a system with shadow passwords enabled.

Signed-off-by: Matthew Sykes <matthew.sykes@gmail.com>
This commit is contained in:
Matthew Sykes 2014-09-06 22:00:55 -04:00
parent 80fa48c5a3
commit 916014b39b

View file

@ -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