mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -70,7 +70,9 @@ define Build/Configure
|
|||||||
configure \
|
configure \
|
||||||
);
|
);
|
||||||
$(call Build/Configure/Default)
|
$(call Build/Configure/Default)
|
||||||
|
ifndef CONFIG_SHADOW_PASSWORDS
|
||||||
echo "#undef HAVE_SHADOW_H" >> $(PKG_BUILD_DIR)/config.h
|
echo "#undef HAVE_SHADOW_H" >> $(PKG_BUILD_DIR)/config.h
|
||||||
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ipsec-tools/install
|
define Package/ipsec-tools/install
|
||||||
|
|||||||
Reference in New Issue
Block a user