openssl patches from below0
[openwrt/svn-archive/archive.git] / obsolete-buildroot / sources / ltp-testsuite.patch
1 --- ltp-full-20031002/testcases/kernel/syscalls/fmtmsg/Makefile.orig 2003-10-02 19:18:10.000000000 -0600
2 +++ ltp-full-20031002/testcases/kernel/syscalls/fmtmsg/Makefile 2003-10-02 19:18:32.000000000 -0600
3 @@ -24,7 +24,7 @@
4 LOADLIBES+= -L../../../../lib -lltp
5
6 SRCS=$(wildcard *.c)
7 -TARGETS=$(patsubst %.c,%,$(SRCS))
8 +TARGETS=#$(patsubst %.c,%,$(SRCS))
9
10 all: $(TARGETS)
11
12 --- ltp-full-20031002/testcases/kernel/syscalls/profil/Makefile.orig 2003-10-02 19:27:53.000000000 -0600
13 +++ ltp-full-20031002/testcases/kernel/syscalls/profil/Makefile 2003-10-02 19:28:02.000000000 -0600
14 @@ -23,7 +23,7 @@
15 LOADLIBES+= -L../../../../lib -lltp
16
17 SRCS=$(wildcard *.c)
18 -TARGETS=$(patsubst %.c,%,$(SRCS))
19 +TARGETS=#$(patsubst %.c,%,$(SRCS))
20
21 all: $(TARGETS)
22
23 --- ltp-full-20031002/testcases/network/rpc/rpc01/Makefile.orig 2003-10-02 19:36:51.000000000 -0600
24 +++ ltp-full-20031002/testcases/network/rpc/rpc01/Makefile 2003-10-02 19:37:03.000000000 -0600
25 @@ -2,7 +2,7 @@
26 LDLIBS +=
27
28 SRCS=$(wildcard *.c)
29 -TARGETS=$(patsubst %.c,%,$(SRCS))
30 +TARGETS=#$(patsubst %.c,%,$(SRCS))
31
32 all: $(TARGETS)
33
34 --- ltp-full-20031002/tools/netpipe-2.4-ipv6/Makefile.orig 2003-11-07 16:41:39.000000000 -0700
35 +++ ltp-full-20031002/tools/netpipe-2.4-ipv6/Makefile 2003-11-07 16:42:41.000000000 -0700
36 @@ -10,7 +10,7 @@
37 DRIV_OBJ = netpipe.o
38 INCLUDES = netpipe.h
39 # Default target is just TCP
40 -TARGETS = NPtcp-ipv6
41 +TARGETS = #NPtcp-ipv6
42 # If you have TCP, MPI and PVM
43 #TARGETS = NPtcp NPmpi NPpvm
44 CFLAGS += -O -Wall
45 @@ -28,12 +28,12 @@
46 targets: $(TARGETS)
47
48 install:
49 - @ln -f NPtcp-ipv6 ../../testcases/bin
50 + #@ln -f NPtcp-ipv6 ../../testcases/bin
51 #
52 # This section of the Makefile is for compiling the binaries
53 #
54
55 -TCP: NPtcp-ipv6
56 +TCP: #NPtcp-ipv6
57 @echo 'NPtcp has been built.'
58
59 NPtcp-ipv6: NPtcp.o TCP.o