[Bug 528332] Review Request: GNUnet - Secure peer-to-peer networking framework

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 1 14:13:04 UTC 2010


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 at informatik.tu-chemnitz.de>  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.




More information about the package-review mailing list