Fixed static compile of util validate
FIxed mem-leaks on xpath errors Test: valgrind of confirmed-commit
This commit is contained in:
parent
e27336e054
commit
2cdc78c576
5 changed files with 49 additions and 35 deletions
|
|
@ -155,10 +155,10 @@ clixon_util_regexp: clixon_util_regexp.c $(LIBDEPS)
|
|||
clixon_util_socket: clixon_util_socket.c $(LIBDEPS)
|
||||
$(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ $(LIBS) -o $@
|
||||
|
||||
clixon_util_validate: clixon_util_validate.c $(LIBDEPS) $(BELIBDEPS)
|
||||
clixon_util_validate: clixon_util_validate.c $(BELIBDEPS) $(LIBDEPS)
|
||||
$(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ -l clixon_backend -o $@ $(LIBS) $(BELIBS)
|
||||
|
||||
clixon_util_dispatcher: clixon_util_dispatcher.c $(LIBDEPS) $(BELIBDEPS)
|
||||
clixon_util_dispatcher: clixon_util_dispatcher.c $(BELIBDEPS) $(LIBDEPS)
|
||||
$(CC) $(INCLUDES) $(CPPFLAGS) @CFLAGS@ $(LDFLAGS) $^ -l clixon_backend -o $@ $(LIBS) $(BELIBS)
|
||||
|
||||
ifdef with_restconf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue