diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-02-04 17:43:27 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-04 23:55:20 +0100 |
commit | 0064b2fb749e309a24e5983f08204b85468fcab4 (patch) | |
tree | e7c6f0aeb4d627a1e0c57d1906f6ff1550543b72 /package/libcec | |
parent | fbc5bdf8b95f15719efb4aa69fe2f9277d6fce57 (diff) | |
download | buildroot-0064b2fb749e309a24e5983f08204b85468fcab4.tar.gz buildroot-0064b2fb749e309a24e5983f08204b85468fcab4.zip |
package/unixodbc: add optional dependency to libtool
To get reproducible 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@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libcec')
0 files changed, 0 insertions, 0 deletions