aboutsummaryrefslogtreecommitdiffstats
path: root/package/udev/S10udev
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 13:41:56 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 13:41:56 +0000
commita8b501baee1d9d57de60519097c8303e987d8a7b (patch)
tree3a456575faa0286be17a459528cdbf342be08fc6 /package/udev/S10udev
parent47fc81ca4f232adf23549bd70554e4e0b12557bb (diff)
downloadbuildroot-novena-a8b501baee1d9d57de60519097c8303e987d8a7b.tar.gz
buildroot-novena-a8b501baee1d9d57de60519097c8303e987d8a7b.zip
package/udev: fix CFLAGS for udev extras
If the udev extras are built without large file support in uClibc, I get the following error: build_powerpc/staging_dir/usr/bin/powerpc-linux-uclibc-gcc -c -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes -Os ext.c -o ext.o In file included from build_powerpc/staging_dir/usr/include/stdio.h:28, from ext.c:19: build_powerpc/staging_dir/usr/include/features.h:382:4: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. Although the base udev package builds correctly, the extras pacakges don't adjust their CFLAGS depending on BR2_LARGEFILE. This change adds the required CFLAGS modifications to make the extras build. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'package/udev/S10udev')
0 files changed, 0 insertions, 0 deletions