mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
quick fix BSD builds
This commit is contained in:
parent
840a8c95ed
commit
fc6f1f5efb
1 changed files with 1 additions and 2 deletions
|
|
@ -190,8 +190,7 @@ SLURPD_LIBS = @SLURPD_LIBS@
|
|||
# Our Defaults
|
||||
CC = $(AC_CC)
|
||||
DEFS = $(LDAP_INCPATH) $(XINCPATH) $(XDEFS) $(AC_DEFS) $(DEFINES)
|
||||
CFLAGS = $(AC_CFLAGS)
|
||||
CPPFLAGS = $(DEFS)
|
||||
CFLAGS = $(AC_CFLAGS) $(DEFS)
|
||||
LDFLAGS = $(LDAP_LIBPATH) $(AC_LDFLAGS) $(XLDFLAGS)
|
||||
LIBS = $(XLIBS) $(XXLIBS) $(AC_LIBS) $(XXXLIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue