https://bugzilla.redhat.com/show_bug.cgi?id=853553 --- Comment #31 from Brendan Jones <brendan.jones.it@xxxxxxxxx> --- I think we can just pass the lib through the cmake line. Remove the wxsqlite3 sources and add the following to the spec (see attachment) Patch1: %{name}-unbundl-wxsqlite3.patch %prep %setup -q -n %{name}-svn1830 %patch0 -p1 %patch1 -p1 # deleting Unity parts in guayadeque.desktop files sed -i '18,38d' guayadeque.desktop # remove bundled libraries rm -rf src/wx/wxsql* src/wxsqlite3 %build mkdir -p build-guayadeque && pushd build-guayadeque %cmake \ -DCMAKE_VERBOSE_MAKEFILE=TRUE \ -DCMAKE_INSTALL_PREFIX="%{_prefix}" \ -DCMAKE_SKIP_RPATH=TRUE \ -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \ -DWXSQLITE3_LIB=wxcode_gtk2_wxsqlite3-2.8 \ .. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review