]> git.ipfire.org Git - thirdparty/gnutls.git/commit
build: set CFLAGS as necessary
authorDaiki Ueno <dueno@redhat.com>
Tue, 30 Jul 2024 00:19:28 +0000 (09:19 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 30 Jul 2024 07:09:58 +0000 (16:09 +0900)
commitb80770d9998cde7561237d4bebd227fe2687d649
tree573364f3cb70528541a75fc6b1097cbc479151d2
parent9721a69fe3283e71e55a361705cddba97fe9f0ce
build: set CFLAGS as necessary

When header files of optional libraries are installed on a non-default
locations, e.g., with homebrew, CFLAGS must be set so the compiler can
find them at build time for the definition of data types and macros.

Signed-off-by: Daiki Ueno <dueno@redhat.com>
lib/Makefile.am
src/Makefile.am
tests/Makefile.am