mirror of https://github.com/hak5/openwrt-owl.git
Fix openldap build when cyrus-sasl and openssl devel libraries are not installed on host system
SVN-Revision: 989owl
parent
56640c7763
commit
98cd65d221
|
@ -61,6 +61,9 @@ $(PKG_BUILD_DIR)/.built:
|
||||||
$(DISABLE_LARGEFILE) \
|
$(DISABLE_LARGEFILE) \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
$(PKG_CONFIGURE_OPTIONS) \
|
$(PKG_CONFIGURE_OPTIONS) \
|
||||||
|
--without-cyrus-sasl \
|
||||||
|
--without-threads \
|
||||||
|
--without-tls \
|
||||||
)
|
)
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) depend
|
$(MAKE) -C $(PKG_BUILD_DIR) depend
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/libraries/liblutil
|
$(MAKE) -C $(PKG_BUILD_DIR)/libraries/liblutil
|
||||||
|
|
Loading…
Reference in New Issue