Hi, First, the variable for naming the static library has changed, and now there are two of them: They can be removed with: sed -i '/install.*STA...LIBNAME/d' libcap/Makefile
Second, we use prefix=/usr for Make install, then move the shared library to /lib. But actually, if we do not pass prefix, the shared library is directly installed in /lib (note, we do need to pass lib=lib, but now RAISE_SETFCAP=no is the default). The only difference is that some binaries are installed in /usr/sbin if we pass prefix=/usr and they are installed in /sbin if not. Not a big deal, we do not use them anyway... I'll make a test build with the sed above and just "make lib=lib install" (without touching the library), and change the book if everything is OK. Pierre -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
