Browse Source

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>
lilik-openwrt-22.03
Matthew Sykes 10 years ago
parent
commit
916014b39b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/ipsec-tools/Makefile

+ 2
- 0
net/ipsec-tools/Makefile 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


Loading…
Cancel
Save