I have also run into this bug.  Changing the following line in the 
Makefile and rebuilding the package fixes this for me:

SKFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-
strength-reduce

becomes:

SKFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-
strength-reduce $(shell getconf LFS_CFLAGS)

It appears that some files are compiled with CFLAGS and others with 
SKFLAGS, which causes this problem.

Pat
-- 
Purdue University Research Computing ---  http://www.rcac.purdue.edu/
The Computer Refuge                  ---  http://computer-refuge.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to