mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-22 12:04:38 +00:00
Sigh. I keep forgetting about this bug. Call export & install separately to build ldap otherwise it may die on some -j builds.
This commit is contained in:
parent
c7d7a24770
commit
ba8d725ff1
@ -308,7 +308,8 @@ endif
|
||||
|
||||
ldap:
|
||||
ifdef MOZ_LDAP_XPCOM
|
||||
$(MAKE) -C directory/c-sdk/ldap
|
||||
$(MAKE) -C directory/c-sdk/ldap export
|
||||
$(MAKE) -C directory/c-sdk/ldap install
|
||||
endif
|
||||
|
||||
# For modules.mk standalone build
|
||||
|
Loading…
x
Reference in New Issue
Block a user