Skip to content

Commit

Permalink
Fix ar-test build when jansson.h requires a flag
Browse files Browse the repository at this point in the history
This header is not directly necessary for this program, but it is
indirectly included.
  • Loading branch information
flowerysong committed Nov 12, 2024
1 parent de3a6f3 commit 28ff22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
### Removed

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

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ openarc_ar_test_SOURCES = \
util/arc-nametable.c \
util/arc-nametable.h

openarc_ar_test_CPPFLAGS = -I$(srcdir)/libopenarc -I$(srcdir)/util
openarc_ar_test_CPPFLAGS = -I$(srcdir)/libopenarc -I$(srcdir)/util $(LIBJANSSON_CFLAGS)
endif

$(DIST_ARCHIVES).sha1: $(DIST_ARCHIVES)
Expand Down

0 comments on commit 28ff22d

Please sign in to comment.