[Buildroot] [PATCH next] package/daemon: bump to version 0.7

Baruch Siach baruch at tkos.co.il
Tue Dec 8 05:44:22 UTC 2020


Hi Thomas,

On Mon, Dec 07 2020, Thomas Petazzoni wrote:
> On Sat, 21 Nov 2020 19:50:54 +0200
> Baruch Siach <baruch at tkos.co.il> wrote:
>>  define DAEMON_CONFIGURE_CMDS
>> -	(cd $(@D); ./config)
>> +	(cd $(@D); ./configure)
>
> What is the config/configure script doing? Indeed, it seems odd that
> when cross-compiling, we don't need to pass it the
> cross-compiler/cross-linker/CFLAGS, etc. ?

This script does only this:

case "`uname -a`" in
        Linux*)
                echo "Configuring for linux"
                conf/linux
                ;;
...

The conf/linux script modifies a few Makefiles and headers for generic
Linux build. Nothing architecture specific. This works because we assume
that host and target are both Linux.

baruch

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -


More information about the buildroot mailing list