[systemd-commits] Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Wed Feb 19 18:46:43 CET 2014
Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 4a8cf55467303b707113b891733575780db85f39
Author: Kay Sievers <kay at vrfy.org>
Date: Wed Feb 19 18:30:14 2014 +0100
build-sys: add gcrypt CFLAGS
diff --git a/Makefile.am b/Makefile.am
index d93b05a..724e89b 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
More information about the systemd-commits
mailing list