diff options
author | Kay Sievers <kay@vrfy.org> | 2014-02-19 18:30:14 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-02-19 18:46:27 +0100 |
commit | 4a8cf55467303b707113b891733575780db85f39 (patch) | |
tree | e70208677b135d8223f4e10473e646c6cbb1dfd8 | |
parent | 14bf87881b6e6788447e46108b5bb074d8c5f726 (diff) |
build-sys: add gcrypt CFLAGS
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d93b05a5e6..724e89b626 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2028,7 +2028,8 @@ nodist_libsystemd_la_SOURCES = \ $(nodist_libsystemd_internal_la_SOURCES) libsystemd_la_CFLAGS = \ - $(libsystemd_internal_la_CFLAGS) + $(libsystemd_internal_la_CFLAGS) \ + $(libsystemd_journal_internal_la_CFLAGS) libsystemd_la_LDFLAGS = \ $(AM_LDFLAGS) \ @@ -3196,6 +3197,7 @@ libsystemd_journal_internal_la_SOURCES += \ libsystemd_journal_internal_la_LIBADD += \ $(GCRYPT_LIBS) +# fsprg.c is a drop-in file using void pointer arithmetic libsystemd_journal_internal_la_CFLAGS += \ $(GCRYPT_CFLAGS) \ -Wno-pointer-arith |