wl.o won't load if il0macaddr isn't set (generally as a result of people playing...
[lede.git] / obsolete-buildroot / sources / uClibc-sigaction.patch
1 --- uClibc/libc/sysdeps/linux/mips/Makefile     17 Jul 2004 00:39:14 -0000      1.41
2 +++ uClibc/libc/sysdeps/linux/mips/Makefile     9 Aug 2004 03:33:14 -0000
3 @@ -28,7 +28,7 @@
4  SOBJS=$(patsubst %.S,%.o, $(SSRC))
5  
6  CSRC=__longjmp.c  brk.c setjmp_aux.c mmap.c __syscall_error.c \
7 -       cacheflush.c pread_write.c sysmips.c _test_and_set.c sigaction.c
8 +       cacheflush.c pread_write.c sysmips.c _test_and_set.c
9  COBJS=$(patsubst %.c,%.o, $(CSRC))
10  
11  OBJS=$(SOBJS) $(MOBJ) $(COBJS)