Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=528332 --- Comment #6 from Enrico Scholz <enrico.scholz@xxxxxxxxxxxxxxxxxxxxxxxxx> 2010-01-01 09:13:03 EDT --- fwiw, the dialog, postgresql and qt4 location patches can be alternatively solved by ---- %prep ... mkdir -p _dialog _postgresql/include ln -s %_includedir/dialog _dialog/include ln -s %_includedir _postgresql/include/postgresql %build ... # put qt4 stuff into $PATH p=`pkg-config --variable=bindir Qt` PATH=$p:/usr/bin:/bin %configure ... \ --with-dialog=`pwd`/_dialog \ --with-postgres=`pwd`/_postgresql \ ---- The hardcoded 'lib' can and should be solved as in patch4 (the whole dynamic stuff in GNUNET_get_installation_path() is very flaky and not needed for Fedora). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review