Fix openldap build when cyrus-sasl and openssl devel libraries are not installed on host system
SVN-Revision: 989
This commit is contained in:
parent
56640c7763
commit
98cd65d221
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue