EDIT: works if I change "1" to "0" in /etc/rpm/macros:
Code:%_unpackaged_files_terminate_build 0
I added the directive to /etc/rpm/macros, but the same error message still occurs.
Has anyone gotten this going? I'm on F7. Also, I had to make
a patch to common/lib/modules/fglrx/build_mod/make.sh:
Code:diff make.sh-orig make.sh 530c530 < if [ `cat $src_file | grep "#undef" | grep "CONFIG_MODVERSIONS" -c` = 0 ] --- > if [ `cat $src_file | grep "#define" | grep "CONFIG_MODVERSIONS" -c` -gt 0 ]
Last edited by albacorela; 01-01-2008 at 11:43 AM.
EDIT: works if I change "1" to "0" in /etc/rpm/macros:
Code:%_unpackaged_files_terminate_build 0