]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux-uml/linux-uml-2.4.26/disable-aio-check.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux-uml / linux-uml-2.4.26 / disable-aio-check.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- linux-2.4.26/arch/um/os-Linux/Makefile~disable-aio-check    2004-05-21 10:47:13.000000000 +0200
7 +++ linux-2.4.26/arch/um/os-Linux/Makefile      2004-05-21 10:52:28.000000000 +0200
8 @@ -7,10 +7,8 @@
9  
10  obj-y = aio.o file.o process.o time.o tty.o
11  
12 -HAVE_AIO_ABI = $(shell [ -e /usr/include/linux/aio_abi.h ] && \
13 -       echo -DHAVE_AIO_ABI)
14 -HAVE_AIO_LIBC = $(shell objdump -T /lib/libc-*.so | grep io_submit && \
15 -       echo -DHAVE_AIO_LIBC)
16 +HAVE_AIO_ABI = $(shell echo -UHAVE_AIO_ABI)
17 +HAVE_AIO_LIBC = $(shell echo -UHAVE_AIO_LIBC)
18  CFLAGS_aio.o = $(HAVE_AIO_ABI) $(HAVE_AIO_LIBC)
19  
20  include $(TOPDIR)/Rules.make