Description of problem: The libssh2.pc file contains Libs: -L${libdir} -lssh2 -Wl,-z,relro The inclusion of '-Wl,-z,relro' is bad because while it is valid for libssh2 itself to be compiled with this option, it should not be forced onto apps using libssh2. They must be allowed to opt-in to that as they wish Version-Release number of selected component (if applicable): libssh2-1.4.3-1.fc18.x86_64 How reproducible: Always Steps to Reproduce: 1.$ pkg-config --libs libssh2 2. 3. Actual results: -Wl,-z,relro -lssh2 Expected results: -lssh2 Additional info:
libssh2-1.4.3-4.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/libssh2-1.4.3-4.fc19
libssh2-1.4.3-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/libssh2-1.4.3-2.fc18
libssh2-1.4.3-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
libssh2-1.4.3-4.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.