From: Daniel P. Berrangé Date: Wed, 31 Jan 2018 19:05:32 +0000 (+0000) Subject: admin: set XDR_CFLAGS when building admin server X-Git-Tag: v4.1.0-rc1~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7090a820414425d2e85dc085c9547414fd30899a;p=thirdparty%2Flibvirt.git admin: set XDR_CFLAGS when building admin server The XDR_CFLAGS variable is needed when the XDR headers are not part of the stock glibc install Signed-off-by: Daniel P. Berrangé --- diff --git a/src/Makefile.am b/src/Makefile.am index a9182d29af..79adc9ba51 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2335,6 +2335,7 @@ libvirt_driver_admin_la_SOURCES = \ $(NULL) libvirt_driver_admin_la_CFLAGS = \ $(AM_CFLAGS) \ + $(XDR_CFLAGS) \ -I$(top_srcdir)/src/util \ -I$(top_srcdir)/src/admin \ $(NULL)