001-fix-backport-iquote-include.patch 493 B

123456789101112
  1. --- a/src/Makefile.am
  2. +++ b/src/Makefile.am
  3. @@ -21,7 +21,8 @@ DEFS += $(YYDEBUG) -DDEBUGPRED=@DEBUGPRE
  4. -DSRCDIR=\"$(shell cd $(srcdir);pwd)\" -DOBJDIR=\"$(shell pwd)\"
  5. DEFAULT_INCLUDES =
  6. -AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
  7. +AM_CPPFLAGS = -iquote . -iquote $(srcdir) -I$(top_srcdir)/lib \
  8. + -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
  9. -I$(srcdir)/../libdw -I$(srcdir)/../libdwelf \
  10. -I$(srcdir)/../libdwfl -I$(srcdir)/../libasm -I../debuginfod