[Buildroot] [PATCH] expat: bump to version 2.2.4

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Sep 6 20:51:02 UTC 2017


Hello,

On Mon,  4 Sep 2017 19:51:07 +0300, Baruch Siach wrote:
> Upstream migrated to automake for autotools. Remove the non-existent
> 'installlib' target. DESTDIR override in not needed anymore, the
> standard configure --prefix is enough.

DESTDIR was not overridden at all: we were using the standard
DESTDIR=$(STAGING_DIR) and DESTDIR=$(TARGET_DIR). The only reason why
the staging opts and target opts were overridden is because we wanted
to use the installib target instead of "install".

In addition, the fact that we don't have to pass DESTDIR is not at all
related to --prefix. DESTDIR is still passed by the pkg-autotools
package infrastructure, and is mandatory. --prefix is defined to /usr,
and therefore is not sufficient for autotools to know where we want to
install stuff.

I've applied after fixing the commit log on this topic. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list