Build openldap with -j1
Things seem to go wrong when building mod_ldap with make -j.
This commit is contained in:
parent
0f4aedef53
commit
14d9f598c1
|
@ -1,5 +1,6 @@
|
|||
include $(top_srcdir)/build/modmake.rulesam
|
||||
MODNAME=mod_ldap
|
||||
MAKEFLAGS=-j1
|
||||
LDAP=openldap-2.4.19
|
||||
LDAP_DIR=$(switch_srcdir)/libs/$(LDAP)
|
||||
LDAP_BUILDDIR=$(switch_builddir)/libs/$(LDAP)
|
||||
|
|
Loading…
Reference in New Issue