Skip to content
Snippets Groups Projects
Commit fc6f1f5e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

quick fix BSD builds

parent 840a8c95
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment