On Thu, Jun 16, 2016, Stuart Henderson wrote: > > Isn't it strange that libs are linked with an empty soname ? > > '-shared -Wl,-soname, -fPIC -o libpgmodeler.so.0.0' - suppose that's > > expected, just hope there are no ill effects. > > I think the -soname should get patched away..
Hmm. How? ("soname" does not appear at all in the port. It seems to come
from x11/qt5).
> > It also seems default CFLAGS are overridden, e.g
> > 'c++ -c -O2 -pipe -Wall -Wextra -Wuninitialized -O0 -g -std=c++11 -Wall
> > -W -pthread' is used, dunno which one wins.
>
> The last one on the line.
Fixed by disabling the DEBUG build which avoids the -O0 and -g flags.
Consequently, plugins are no longer shipped (which should be fine as
upstream does not enable them in the release build). However, the
plugins directory has to exist (see post-install) as otherwise there is
an error on startup (that the directory is not writable).
New version attached.
Best regards,
Ingo
pgmodeler.tar.gz
Description: application/tar-gz
