Attention is currently required from: laforge, pespin.
1 comment:
File utils/osmo-stat-dummy/Makefile.am:
Patch Set #23, Line 6: osmo_stat_dummy_CFLAGS = -I../../.. $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOCTRL_CFLAGS)
$(top_builddir) instead of ../../.. […]
Because it's located in it's own subfolder (as you suggested) so it needs to go one level higher to reach for the libraries to link against.
However, if you check gcc invocation right before failure it has several "-I../.." which is wrong - and I have no idea where this comes from.
To view, visit change 30301. To unsubscribe, or for help writing mail filters, visit settings.