We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3a6f3 commit 28ff22dCopy full SHA for 28ff22d
CHANGELOG.md
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
11
### Removed
12
13
### Fixed
14
+- Build issues on FreeBSD.
15
- libopenarc - `arc_free()` accepts NULL.
16
- libopenarc - `c` is not a required tag in `ARC-Message-Signature`.
17
Makefile.am
@@ -105,7 +105,7 @@ openarc_ar_test_SOURCES = \
105
util/arc-nametable.c \
106
util/arc-nametable.h
107
108
-openarc_ar_test_CPPFLAGS = -I$(srcdir)/libopenarc -I$(srcdir)/util
+openarc_ar_test_CPPFLAGS = -I$(srcdir)/libopenarc -I$(srcdir)/util $(LIBJANSSON_CFLAGS)
109
endif
110
111
$(DIST_ARCHIVES).sha1: $(DIST_ARCHIVES)
0 commit comments