mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:01:54 +02:00
Fix openldap build when cyrus-sasl and openssl devel libraries are not installed on host system
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@989 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8a4bc2d124
commit
0730db0396
@ -61,6 +61,9 @@ $(PKG_BUILD_DIR)/.built:
|
||||
$(DISABLE_LARGEFILE) \
|
||||
$(DISABLE_NLS) \
|
||||
$(PKG_CONFIGURE_OPTIONS) \
|
||||
--without-cyrus-sasl \
|
||||
--without-threads \
|
||||
--without-tls \
|
||||
)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) depend
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/libraries/liblutil
|
||||
|
Loading…
Reference in New Issue
Block a user