blob: a66d7d5906654c9477206b57e4eba1e8bfde4fd7 [file] [log] [blame]
Patrick Williams520786c2023-06-25 16:20:36 -05001Upstream-Status: Pending
2
Patrick Williamsb48b7b42016-08-17 15:04:38 -05003
4#
5# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
6#
7
8--- tools/mconsole/Makefile~fix-ldflags 2003-02-08 05:10:08.000000000 +0100
9+++ tools/mconsole/Makefile 2004-04-01 15:37:37.000000000 +0200
10@@ -7,7 +7,7 @@
11 all : $(BIN)
12
13 $(BIN) : $(OBJS)
14- $(CC) $(CFLAGS) -o $(BIN) $(OBJS) -lreadline -lncurses
15+ $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS) -lreadline -lncurses
16
17 clean :
18 rm -f $(BIN) $(OBJS) *~
Brad Bishop7f28bc52017-12-03 23:42:40 -050019diff -uNr tools.orig/jailtest/Makefile tools/jailtest/Makefile
20--- tools.orig/jailtest/Makefile 2017-04-03 15:56:02.068461380 +0200
21+++ tools/jailtest/Makefile 2017-04-03 16:00:04.857449005 +0200
22@@ -7,7 +7,7 @@
23 all : $(BIN)
24
25 $(BIN) : $(OBJS)
26- $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
27+ $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
28
29 clean :
30 rm -f $(BIN) $(OBJS) *~
31diff -uNr tools.orig/moo/Makefile tools/moo/Makefile
32--- tools.orig/moo/Makefile 2017-04-03 15:56:02.068461380 +0200
33+++ tools/moo/Makefile 2017-04-03 15:59:56.466449432 +0200
34@@ -10,10 +10,10 @@
35 all : $(BIN)
36
37 uml_moo : $(uml_moo_OBJS)
38- $(CC) $(CFLAGS) -o $@ $($@_OBJS)
39+ $(CC) $(CFLAGS) -o $@ $($@_OBJS) $(LDFLAGS)
40
41 uml_mkcow : $(uml_mkcow_OBJS)
42- $(CC) $(CFLAGS) -o $@ $($@_OBJS)
43+ $(CC) $(CFLAGS) -o $@ $($@_OBJS) $(LDFLAGS)
44
45 $(uml_moo_OBJS) $(uml_mkcow_OBJS) : cow.h cow_sys.h
46
47diff -uNr tools.orig/port-helper/Makefile tools/port-helper/Makefile
48--- tools.orig/port-helper/Makefile 2017-04-03 15:56:02.068461380 +0200
49+++ tools/port-helper/Makefile 2017-04-03 15:59:41.251450208 +0200
50@@ -7,7 +7,7 @@
51 all : $(BIN)
52
53 $(BIN) : $(OBJS)
54- $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
55+ $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
56
57 clean :
58 rm -f $(BIN) $(OBJS) *~
59diff -uNr tools.orig/tunctl/Makefile tools/tunctl/Makefile
60--- tools.orig/tunctl/Makefile 2017-04-03 15:56:02.068461380 +0200
61+++ tools/tunctl/Makefile 2017-04-03 16:00:01.091449197 +0200
62@@ -7,7 +7,7 @@
63 all : $(BIN)
64
65 $(BIN) : $(OBJS)
66- $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
67+ $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
68
69 clean :
70 rm -f $(BIN) $(OBJS) *~
71diff -uNr tools.orig/uml_net/Makefile tools/uml_net/Makefile
72--- tools.orig/uml_net/Makefile 2017-04-03 15:56:02.068461380 +0200
73+++ tools/uml_net/Makefile 2017-04-03 16:00:12.449448618 +0200
74@@ -14,7 +14,7 @@
75 all : $(BIN)
76
77 $(BIN) : $(OBJS)
78- $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
79+ $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
80
81 clean :
82 rm -f $(BIN) $(OBJS) *~
83diff -uNr tools.orig/uml_router/Makefile tools/uml_router/Makefile
84--- tools.orig/uml_router/Makefile 2017-04-03 15:56:02.068461380 +0200
85+++ tools/uml_router/Makefile 2017-04-03 16:00:46.796446867 +0200
86@@ -13,7 +13,7 @@
87 all : $(BIN)
88
89 $(BIN) : $(OBJS)
90- $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
91+ $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
92
93 clean :
94 rm -f $(BIN) $(OBJS) *~
95diff -uNr tools.orig/watchdog/Makefile tools/watchdog/Makefile
96--- tools.orig/watchdog/Makefile 2017-04-03 15:56:02.068461380 +0200
97+++ tools/watchdog/Makefile 2017-04-03 15:59:45.216450006 +0200
98@@ -7,7 +7,7 @@
99 all : $(BIN)
100
101 $(BIN) : $(OBJS)
102- $(CC) $(CFLAGS) -o $(BIN) $(OBJS)
103+ $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS)
104
105 clean :
106 rm -f $(BIN) $(OBJS) *~