diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-02-21 16:18:51 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-21 18:28:48 +0100 |
commit | 05f79602f531ea04e34359c44e7c35e5e2168bdb (patch) | |
tree | 922868f081e6610f24e71786cb957222f9bd7eb2 /docs/manual/adding-packages-tips.txt | |
parent | 3ae2d8b0b84917df9000caeec12d648c46f7c40f (diff) | |
download | buildroot-05f79602f531ea04e34359c44e7c35e5e2168bdb.tar.gz buildroot-05f79602f531ea04e34359c44e7c35e5e2168bdb.zip |
package/omniorb: add optional support for zlib
When zlib was compiled before, omniorb will use it as optional
dependency:
$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/lib/libomniZIOP4.so.2.0 | grep NEEDED
0x0000000000000001 (NEEDED) Shared library: [libomniORB4.so.2]
0x0000000000000001 (NEEDED) Shared library: [libomnithread.so.4]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.1]
0x0000000000000001 (NEEDED) Shared library: [libz.so.1]
[...]
The build system offers no option to en-/disable zlib support,
check acinclude.m4, line 435+.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-tips.txt')
0 files changed, 0 insertions, 0 deletions