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.
This commit is contained in:
@@ -27,6 +27,9 @@ AM_CPPFLAGS = \
|
||||
$(VALGRIND_CFLAGS) \
|
||||
$(DEFINES)
|
||||
|
||||
AM_CFLAGS = \
|
||||
$(EXPAT_CFLAGS)
|
||||
|
||||
include Makefile.sources
|
||||
|
||||
lib_LTLIBRARIES =
|
||||
|
||||
Reference in New Issue
Block a user