From 463de32b952383c793836ab828851a2a7274ed5c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 31 Jul 2017 14:35:53 -0700 Subject: [PATCH] broadcom: Add missing libexpat cflags for the decoder. The Raspbian ARMv6 cross compiler wasn't picking up my (amd64) system copy of the header the way that the system gcc and armhf cross-compile did. --- src/broadcom/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/broadcom/Makefile.am b/src/broadcom/Makefile.am index cbcd970ecbb..9ebfe4584bf 100644 --- a/src/broadcom/Makefile.am +++ b/src/broadcom/Makefile.am @@ -27,6 +27,9 @@ AM_CPPFLAGS = \ $(VALGRIND_CFLAGS) \ $(DEFINES) +AM_CFLAGS = \ + $(EXPAT_CFLAGS) + include Makefile.sources lib_LTLIBRARIES =