Comment 8 for bug 96700

Revision history for this message
djmurf (djmurf) wrote :

To complete the subversion build, you can edit Makfile and change:

NEON_LIBS = /usr/lib/libneon.la

to

NEON_LIBS = /usr/lib/libneon.so

This will create an external dependency on libneon.so, but this really isn't a problem.

Dean