Build openldap with -j1

Things seem to go wrong when building mod_ldap with make -j.
This commit is contained in:
Travis Cross 2014-03-18 22:06:07 +00:00
parent 0f4aedef53
commit 14d9f598c1
1 changed files with 1 additions and 0 deletions

View File

@ -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)