https://bugzilla.redhat.com/show_bug.cgi?id=2038135



--- Comment #25 from Vitaly Zaitsev <[email protected]> ---
> The configure script adds the library option, but at build-time checks if it 
> is actually needed.

Add:

BuildRequires: zlib-devel

Now you can remove Requires: zlib%{?_isa}. Linker will do everything
automatically:

$ ldd ./luit
        linux-vdso.so.1 (0x00007fffd4ff1000)
        libz.so.1 => /lib64/libz.so.1 (0x00007ffaf6a02000)
        libc.so.6 => /lib64/libc.so.6 (0x00007ffaf67f8000)
        /lib64/ld-linux-x86-64.so.2 (0x00007ffaf6a4f000)

libz.so.1 is a part of zlib package. No additional dependency needed.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2038135
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to