[Buildroot] [PATCH 1/1] package/unixodbc: add optional dependency to libtool

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Feb 4 22:55:42 UTC 2017


Hello,

On Sat,  4 Feb 2017 17:43:27 +0100, Bernd Kuhls wrote:
> To get reproducable builds of unixodbc add libtool as optional
> dependency.
> 
> Without libtool:
> 
> $ host/usr/bin/x86_64-linux-readelf -a target/usr/lib/libodbc.so.2.0.0 | grep NEEDED
>  0x0000000000000001 (NEEDED)             Shared library: [libc.so.0]
> 
> With libtool:
> 
> $ host/usr/bin/x86_64-linux-readelf -a target/usr/lib/libodbc.so.2.0.0 | grep NEEDED
>  0x0000000000000001 (NEEDED)             Shared library: [libltdl.so.7]
>  0x0000000000000001 (NEEDED)             Shared library: [libc.so.0]
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
> ---
>  package/unixodbc/unixodbc.mk | 7 +++++++
>  1 file changed, 7 insertions(+)

Applied to master, thanks.

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


More information about the buildroot mailing list