mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Needs LUTIL_LIBS
This commit is contained in:
parent
efca851ac7
commit
ecc07180de
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ BUILD_SRV = @BUILD_SLURPD@
|
|||
|
||||
all-local: slurpd
|
||||
|
||||
XLIBS = @SLURPD_LIBS@ -llthread @LTHREAD_LIBS@
|
||||
XLIBS = @SLURPD_LIBS@ -llthread @LTHREAD_LIBS@ @LUTIL_LIBS@
|
||||
|
||||
slurpd: version.o
|
||||
$(CC) $(LDFLAGS) -o $@ $(OBJS) version.o $(LIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue