https://bugzilla.redhat.com/show_bug.cgi?id=977116 Pavel Raiskup <praiskup@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |praiskup@xxxxxxxxxx --- Comment #1 from Pavel Raiskup <praiskup@xxxxxxxxxx> --- Created attachment 767509 --> https://bugzilla.redhat.com/attachment.cgi?id=767509&action=edit Backtrace. Apart from the review (more like a reaction to the blocking bug 977115) - isn't it possible to use something like that .. in your .pro file? diff --git a/pgmodeler.pro b/pgmodeler.pro index c29d9a8..5e8f5ad 100644 --- a/pgmodeler.pro +++ b/pgmodeler.pro @@ -9,9 +9,10 @@ ############################################################ unix { !macx:CONFIG += link_pkgconfig - !macx:PKGCONFIG = libpq libxml-2.0 - !macx:PGSQL_LIB = -lpq + !macx:PKGCONFIG = libxml-2.0 !macx:XML_LIB = -lxml2 + QMAKE_CXXFLAGS = -I/usr/include/pgsql + QMAKE_LFLAGS = -lpq } macx { I'm unable to build the package successfully even if I provide the '*.pc' file as you suggested (on fc19 x86_64) so I can't tell you 100% sure that this tweak is OK ~~> in both ways, jfyi, the pgmodeler immediately ends with segfault (backtrace is attached). Pavel -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ayKlsObt8C&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review