https://bugzilla.novell.com/show_bug.cgi?id=854916 https://bugzilla.novell.com/show_bug.cgi?id=854916#c5 --- Comment #5 from Cristian Rodríguez <crrodriguez@opensuse.org> 2013-12-11 14:37:45 CLST --- (In reply to comment #1)
I intend to "fix" this by reverting that change, once we know what it was.
By that I mean, that we now hide all symbols that are not part of the exported interface, to avoid among other things exactly the very same problem we are discussing here, applications attempting to use library-internal functionality. The public interface of APR and APR-UTIL consist in all the functions and data structures that have a declaration in the installed headers and are exported to applications using APR_DECLARE, APR_DECLARE_DATA, APR_DECLARE_NONSTD.. all other functions are private. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.