[systemd-devel] [PATCH 0/3] build-sys: do not require intltool when building from archive

Samuli Suominen ssuominen at gentoo.org
Tue Jun 24 23:09:56 PDT 2014


On 25/06/14 09:06, Filipe Brandenburger wrote:
> Hi Zbigniew,
>
> This set of patches does explicit handling of --disable-nls and some extra
> detection of intltool in order to make configure not fail when intltool is not
> present.

For reference, we are using this workaround to disable intltool when
it's not installed
in the Gentoo build script for a minimal build of selected components.
I'm only mentioning it here in case some other packagers need a workaround.

Executed right before starting ./configure:

sed -i -e '/INTLTOOL_APPLIED_VERSION=/s:=.*:=0.40.0:' configure
sed -i -e '/XML::Parser perl module is required for intltool/s|^|:|'
configure
eval export INTLTOOL_{EXTRACT,MERGE,UPDATE}=/bin/true
eval export {MSG{FMT,MERGE},XGETTEXT}=/bin/true

That's all.

Thanks,
Samuli


More information about the systemd-devel mailing list