Re: HLFS-uClibc, module-init-tools is installing in /usr/local

2006-01-21 Thread Dermot Bradley
Got it working now by changing the module-init-tools commands to be: sed -e 's/^CFLAGS .*$/& -pie -fpie/' -i Makefile.in touch modprobe.conf.5 ./configure make check make distclean touch modprobe.conf.5 ./configure --prefix=/ --enable-zlib make DOCBOOKTOMAN="" make install This

Re: HLFS-uClibc, module-init-tools is installing in /usr/local

2006-01-17 Thread Dermot Bradley
> I'm rebuilding at present with prefix changed back to "" to see if that > works as expected... Same problem, module-init-tools stuff being put in /usr/local/ so now I'm rebuilding with prefix set to "/usr". -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscrat

HLFS-uClibc, module-init-tools is installing in /usr/local

2006-01-17 Thread Dermot Bradley
Ch.6, module-init-tools has "./configure --prefix=/ --enable-zlib" as per current SVN version. I used to have prefix specifed as "" as per an older version of the SVN book. Looking through the build logs I now see that the module tools are being installed into /usr/local/bin/. Strange... I'm reb