lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 16 Aug 2018 12:23:48 -0700
From:   Laura Abbott <labbott@...hat.com>
To:     Michal Suchanek <msuchanek@...e.de>
Cc:     Masahiro Yamada <yamada.masahiro@...ionext.com>,
        Michal Marek <michal.lkml@...kovi.net>,
        Jonathan Corbet <corbet@....net>, linux-kbuild@...r.kernel.org,
        linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kbuild: Fix LOADLIBES rename in
 Documentation/kbuild/makefiles.txt

On 08/16/2018 10:05 AM, Michal Suchanek wrote:
> Fixes: 8377bd2b9ee1 ("kbuild: Rename HOST_LOADLIBES to
> 		KBUILD_HOSTLDLIBS")
> 
> Signed-off-by: Michal Suchanek <msuchanek@...e.de>

Acked-by: Laura Abbott <labbott@...hat.com>

> ---
>   Documentation/kbuild/makefiles.txt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt
> index 766355b1d221..7b6a2b2bdc98 100644
> --- a/Documentation/kbuild/makefiles.txt
> +++ b/Documentation/kbuild/makefiles.txt
> @@ -680,7 +680,7 @@ Both possibilities are described in the following.
>   
>   	Example:
>   		#scripts/kconfig/Makefile
> -		HOSTLOADLIBES_qconf := -L$(QTDIR)/lib
> +		HOSTLDLIBS_qconf := -L$(QTDIR)/lib
>   
>   	When linking qconf, it will be passed the extra option
>   	"-L$(QTDIR)/lib".
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ