strbuf.c: use memrchr in strbuf_rchop
This commit is contained in:
parent
de032e9b33
commit
ae3ff5faae
4 changed files with 12 additions and 10 deletions
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@ ifdef DEBUG
|
|||
endif
|
||||
|
||||
obj := $(obj-ini) $(obj-log) $(obj-notify) $(obj-path) \
|
||||
$(obj-strbuf) $($obj-xalloc)
|
||||
$(obj-strbuf) $($obj-xalloc) $(obj-compat)
|
||||
|
||||
ifeq ($(database), mongo)
|
||||
LDFLAGS += -lmongoc -lbson
|
||||
|
|
|
|||
Reference in a new issue