Skip to content

Commit 28ff22d

Browse files
committed
Fix ar-test build when jansson.h requires a flag
This header is not directly necessary for this program, but it is indirectly included.
1 parent de3a6f3 commit 28ff22d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111
### Removed
1212

1313
### Fixed
14+
- Build issues on FreeBSD.
1415
- libopenarc - `arc_free()` accepts NULL.
1516
- libopenarc - `c` is not a required tag in `ARC-Message-Signature`.
1617

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ openarc_ar_test_SOURCES = \
105105
util/arc-nametable.c \
106106
util/arc-nametable.h
107107

108-
openarc_ar_test_CPPFLAGS = -I$(srcdir)/libopenarc -I$(srcdir)/util
108+
openarc_ar_test_CPPFLAGS = -I$(srcdir)/libopenarc -I$(srcdir)/util $(LIBJANSSON_CFLAGS)
109109
endif
110110

111111
$(DIST_ARCHIVES).sha1: $(DIST_ARCHIVES)

0 commit comments

Comments
 (0)