On 2012/11/05 14:03, David Coppa wrote: > A question: should I bump shared libs version numbers for x11/wxWidgets?
Awesome :) Pretty sure this will need all the shlib major versions to be bumped but I will confirm after my build finishes. > +# XXX: symbol versioning triggers weird linking problems in dependent > +# ports. > +CONFIGURE_ENV += wx_cv_version_script=no Please mention "with PIE" or something in this comment. > P.S.: I've added a "-DCMAKE_BUILD_TYPE:STRING=Release" to zap a > bogus "-g" that was being passed to cflags. As long as building it with DEBUG=-g causes it to build with symbols and not strip the installed files, that's fine with me.
