Ken Moffat wrote: > Noting your $subject, you do realise that in blfs you are > responsible for your own security ? Your distro, your rules.
Yes, but we don't intentionally put in things that are security issues. > For --enable-shared --disable-static : anything linked to this will > be linked to the shared library, so if you later update it (for same > major version) to fix an as-yet-unknown vulnerability, Ken you do know that if both libpackage.so and libpackage.a exist and the link line has -lpackage, the loader always selects the .so version, right? The developer has to go out of the way to do static links in that case. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page