commit 3adc8d290cff6427647e3944328dae0cd011ec6d
parent 3a2458b9f043b8ad6d0cf8dfcfe4002a92543937
Author: Noah Meyerhans <frodo@morgul.net>
Date: Mon, 8 Sep 2014 22:17:54 -0700
Merge pull request #287 from sykesm/master
Build with shadow password support if the system is being built with shadow support
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/net/ipsec-tools/Makefile b/net/ipsec-tools/Makefile
@@ -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