mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-24 03:47:39 +00:00
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
|
include $(top_srcdir)/build/modmake.rulesam
|
||||||
MODNAME=mod_ldap
|
MODNAME=mod_ldap
|
||||||
|
MAKEFLAGS=-j1
|
||||||
LDAP=openldap-2.4.19
|
LDAP=openldap-2.4.19
|
||||||
LDAP_DIR=$(switch_srcdir)/libs/$(LDAP)
|
LDAP_DIR=$(switch_srcdir)/libs/$(LDAP)
|
||||||
LDAP_BUILDDIR=$(switch_builddir)/libs/$(LDAP)
|
LDAP_BUILDDIR=$(switch_builddir)/libs/$(LDAP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user