[Buildroot] [PATCH] package/sdl_mixer: fix build after aclocal include revamp

Yann E. MORIN yann.morin.1998 at free.fr
Sun Feb 9 14:08:20 UTC 2020


On 2020-02-08 20:03 +0100, Peter Korsgaard spake thusly:
> >>>>> "Yann" == Yann E MORIN <yann.morin.1998 at free.fr> writes:
>  > After d255b67972 (autotools: do not overwrite first include path), the
>  > ordering of include paths has changed: the system directories are
>  > specified with explicit options passed to autoreconf, which means that
>  > any directory specified in the package _AUTORECONF_OPTS are no longer
>  > first:
> Most likely we also need to fix a number of other packages:
> git grep '_AUTORECONF_OPTS ='
> package/asterisk/asterisk.mk:ASTERISK_AUTORECONF_OPTS = -Iautoconf -Ithird-party -Ithird-party/pjproject -Ithird-party/jansson
> package/gstreamer/gst-plugin-x170/gst-plugin-x170.mk:GST_PLUGIN_X170_AUTORECONF_OPTS = -Im4/
> package/log4cpp/log4cpp.mk:LOG4CPP_AUTORECONF_OPTS = -I m4
> package/sdbusplus/sdbusplus.mk:SDBUSPLUS_AUTORECONF_OPTS = --include=$(HOST_DIR)/share/autoconf-archive

gst-plugin-x170: we've removed it now.

log4cpp builds OK.

sdbusplus indeed fails, and it is not trivial to fix. I have a solution,
but it is ultimately ugly, which implies either we're in deep sh!t, or I
missed something obviously obvious (I'd bet on the latter).

Which means that libsigrok may have the same issue as sdbusplus... I'll
try to come up with something saner for bot

I did not even dare look into asterisk for now...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list