Hello Steve!
> I am trying to port fsvs to openwrt ...
> I found
> LIBDIRS= /usr/local/lib in the configure script.
> Maybe somone could help me
> out by explaining me how this can be changed so
> fsvs is not having hardcoded
> links in the configure.
Well, the configure script takes parameters - see
./configure --help
for a list.
There are parameters for the APR and subversion include
directories; the other paths for the C compiler should
be settable by having them defined for the configure
script, like this:
CFLAGS="-I/usr/include -I/opt/include" LDFLAGS="/usr/lib/" ./configure
again with parameters.
--with-aprinc=...
--with-svninc=...
--with-aprlib=...
--with-svnlib=...
> I am working on 1.1.17 as 1.2.2 fails on stating it
> has an invalid valgrind
> (another flacky journey ahead :D).
If the configure script just says "No compatible valgrind
version found", you can safely ignore that.
If fact, valgrind is only used for debugging.
> So any help is appreciate.
I hope that helps a bit.
If you encounter further problems, just ask!
Regards,
Phil
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3923&dsMessageId=2613575
To unsubscribe from this discussion, e-mail: [[email protected]].