Re: r15900 and r15901.
Ken, thanks for the fixes.
Forgot the libraries in the commands (nettle), I had changed in my
script and was going to change in the page:
CONFIGURE="./configure --prefix=/usr" &&
INSTALLCOMMAND="make install &&
chmod -v 755 /usr/lib/lib{hogweed,nettle}.so &&
install -v -m755 -d /usr/share/doc/${PACKAGE} &&
install -v -m644 nettle.html /usr/share/doc/${PACKAGE}"
This is better, because is version independent and does the job. That
day I tested it both in DESTDIR and after actual install. I will change
that in the book, to avoid future such problems. That was the initial
intention and I forgot.
About gnutls, I use the sed between configure and make in my script:
# lib/gnutls_privkey.c &&
$CONFIGURE &&
sed -e '/FUNCS=/ s/-d/&|uniq/' \
-e '/get_x509_crt/ {n;d}' \
-e '/get_x509_key/ {n;d}' \
-e '/get_verify_flags/ {n;d}' \
-i doc/manpages/Makefile &&
time make -j${MKFLGS} &&
But when editing, IIRC, noticed that configure and make where in one
block, and didn't want to to modify that. So, forgot the missing
Makefile and put in the beginning.
Apologies for two big mistakes.
Thanks for fixing.
About the recommended dependency and the grammar, I don't have excuse, I
really commit these mistakes, and I will be always much thankful, when
fixed.
Fixed at revision 15903.
--
[]s,
Fernando
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page