[Buildroot] [PATCH] systemd: Explicitly configure split-usr=false and split-bin=true

Yann E. MORIN yann.morin.1998 at free.fr
Sun Nov 11 16:34:49 UTC 2018


Alexander, All,

On 2018-11-11 16:06 +0100, Alexander Sverdlin spake thusly:
> bison-based build of systemd runs couple of checks on the structure of the
> *host* system which will incorrectly configure systemd if build host
> configuration doesn't match Buildroot target.
> 
> One can also find the following in the NEWS file:
> 
> * A new -Dsplit-bin= build configuration switch may be used to specify
>   whether bin and sbin directories are merged, or if they should be
>   included separately in $PATH and various listings of executable
>   directories. The build configuration scripts will try to autodetect
>   the proper values of -Dsplit-usr= and -Dsplit-bin= based on build
>   system, but distributions are encouraged to configure this
>   explicitly.
> 
> Signed-off-by: Alexander Sverdlin <alexander.sverdlin at gmail.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/systemd/systemd.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
> index 4813496670..ecbf7e97ff 100644
> --- a/package/systemd/systemd.mk
> +++ b/package/systemd/systemd.mk
> @@ -29,6 +29,8 @@ SYSTEMD_CONF_OPTS += \
>  	-Dldconfig=false \
>  	-Ddefault-dnssec=no \
>  	-Dtests=false \
> +	-Dsplit-bin=true \
> +	-Dsplit-usr=false \
>  	-Dsystem-uid-max=999 \
>  	-Dsystem-gid-max=999 \
>  	-Dtelinit-path=$(TARGET_DIR)/sbin/telinit \
> -- 
> 2.19.1
> 

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



More information about the buildroot mailing list