> Thanks, I managed to get a little further. > Just stating -fno-stack-protector in the bash variable CC wasn't enough. I > had to manually change a few Makefile's to get this flag in. I now still > have these missing symbols while executing modprobe:
I've been building lirc (for use by MythTV) in HLFS-uClibc-SVN for some time now. All I do is: ./configure --prefix=/usr --sysconfdir=/etc --with-kernel-dir=/lfs/tools/build/linux-2.6.14.3 --with-moduledir=/lib/modules/2.6.14.3-grsec --with-driver=hauppauge make CC="gcc --no-pie --fno-stack-protector-all" make install It builds fine... -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
