FreeBSD Security Advisory FreeBSD-SA-06:01.texindex
Colin Percival
cperciva at freebsd.org
Wed Jan 11 01:51:15 PST 2006
dawnshade wrote:
>># cd /usr/src
>># patch < /path/to/patch
>># cd /usr/src/gnu/usr.bin/texinfo/texindex
>># make obj && make depend && make && make install
>
> does not compile on 5.4-RELEASE
>
> make obj && make depend && make && make install
> make: don't know how to make /usr/src/gnu/usr.bin/texinfo/texindex/../libtxi/libtxi.a. Stop
Oops. The instructions should be as follows:
# cd /usr/src
# patch < /path/to/patch
# cd /usr/src/gnu/usr.bin/texinfo/libtxi
# make obj && make depend && make
# cd /usr/src/gnu/usr.bin/texinfo/texindex
# make obj && make depend && make && make install
Colin Percival
More information about the freebsd-security
mailing list