summaryrefslogtreecommitdiff
blob: 2867402665d1154ee2e1a560e84c02936115f615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
diff -Naur openvas-plugins-1.0.3/plugins/3com_hub/Makefile openvas-plugins-1.0.3-1/plugins/3com_hub/Makefile
--- openvas-plugins-1.0.3/plugins/3com_hub/Makefile	2008-05-15 09:38:03.000000000 +0200
+++ openvas-plugins-1.0.3-1/plugins/3com_hub/Makefile	2008-09-17 20:37:30.000000000 +0200
@@ -6,7 +6,7 @@
 	
 $(PLUGNAME).nes : $(PLUGNAME).c
 	$(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include)  -I/usr/local/include `libnet-config --defines --cflags` -c  $(PLUGNAME).c
-	$(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo `libnet-config --defines --libs` -L/usr/local/lib $(LIBS) \
+	$(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo `libnet-config --defines --libs` -L/usr/local/lib $(LIBS) \
 	-rpath $(rootdir)/bin/plugins
 	../install_plug $(PLUGNAME) $(rootdir)
 clean :
diff -Naur openvas-plugins-1.0.3/plugins/find_service/Makefile openvas-plugins-1.0.3-1/plugins/find_service/Makefile
--- openvas-plugins-1.0.3/plugins/find_service/Makefile	2008-05-15 09:38:04.000000000 +0200
+++ openvas-plugins-1.0.3-1/plugins/find_service/Makefile	2008-09-17 20:37:29.000000000 +0200
@@ -5,7 +5,7 @@
 all : $(PLUGNAME).nes
 $(PLUGNAME).nes : $(PLUGNAME).c
 	$(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c
-	$(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
+	$(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
 	-rpath $(rootdir)/bin/plugins
 	../install_plug $(PLUGNAME) $(rootdir)
 clean :
diff -Naur openvas-plugins-1.0.3/plugins/ftp_write_dirs/Makefile openvas-plugins-1.0.3-1/plugins/ftp_write_dirs/Makefile
--- openvas-plugins-1.0.3/plugins/ftp_write_dirs/Makefile	2008-05-15 09:38:03.000000000 +0200
+++ openvas-plugins-1.0.3-1/plugins/ftp_write_dirs/Makefile	2008-09-17 20:37:29.000000000 +0200
@@ -5,7 +5,7 @@
 all : $(PLUGNAME).nes
 $(PLUGNAME).nes : $(PLUGNAME).c
 	$(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c
-	$(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
+	$(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
 	-rpath $(rootdir)/bin/plugins
 	../install_plug $(PLUGNAME) $(rootdir)
 clean :
diff -Naur openvas-plugins-1.0.3/plugins/linux_tftp/Makefile openvas-plugins-1.0.3-1/plugins/linux_tftp/Makefile
--- openvas-plugins-1.0.3/plugins/linux_tftp/Makefile	2008-05-15 09:38:03.000000000 +0200
+++ openvas-plugins-1.0.3-1/plugins/linux_tftp/Makefile	2008-09-17 20:37:28.000000000 +0200
@@ -5,7 +5,7 @@
 all : $(PLUGNAME).nes
 $(PLUGNAME).nes : $(PLUGNAME).c
 	$(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c
-	$(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
+	$(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
 	-rpath $(rootdir)/bin/plugins
 	../install_plug $(PLUGNAME) $(rootdir)
 clean :
diff -Naur openvas-plugins-1.0.3/plugins/nmap_wrapper/Makefile openvas-plugins-1.0.3-1/plugins/nmap_wrapper/Makefile
--- openvas-plugins-1.0.3/plugins/nmap_wrapper/Makefile	2008-05-15 09:38:03.000000000 +0200
+++ openvas-plugins-1.0.3-1/plugins/nmap_wrapper/Makefile	2008-09-17 20:37:27.000000000 +0200
@@ -5,7 +5,7 @@
 all : $(PLUGNAME).nes
 $(PLUGNAME).nes : $(PLUGNAME).c 
 	$(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c
-	$(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) $(LIBUTIL) \
+	$(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) $(LIBUTIL) \
 	-rpath $(rootdir)/bin/plugins
 	../install_plug $(PLUGNAME) $(rootdir)
 clean :
diff -Naur openvas-plugins-1.0.3/plugins/objectserver/Makefile openvas-plugins-1.0.3-1/plugins/objectserver/Makefile
--- openvas-plugins-1.0.3/plugins/objectserver/Makefile	2008-05-15 09:38:03.000000000 +0200
+++ openvas-plugins-1.0.3-1/plugins/objectserver/Makefile	2008-09-17 20:37:27.000000000 +0200
@@ -5,7 +5,7 @@
 all : $(PLUGNAME).nes
 $(PLUGNAME).nes : $(PLUGNAME).c
 	$(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c
-	$(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
+	$(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
 	-rpath $(rootdir)/bin/plugins
 	../install_plug $(PLUGNAME) $(rootdir)
 clean :
diff -Naur openvas-plugins-1.0.3/plugins/openvas_tcp_scanner/Makefile openvas-plugins-1.0.3-1/plugins/openvas_tcp_scanner/Makefile
--- openvas-plugins-1.0.3/plugins/openvas_tcp_scanner/Makefile	2008-05-15 09:38:03.000000000 +0200
+++ openvas-plugins-1.0.3-1/plugins/openvas_tcp_scanner/Makefile	2008-09-17 20:37:25.000000000 +0200
@@ -8,7 +8,7 @@
 all : $(PLUGNAME).nes
 $(PLUGNAME).nes : $(PLUGNAME).c 
 	$(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c
-	$(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \
+	$(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \
 	-rpath $(rootdir)/bin/plugins
 	../install_plug $(PLUGNAME) $(rootdir)
 clean :
diff -Naur openvas-plugins-1.0.3/plugins/smad/Makefile openvas-plugins-1.0.3-1/plugins/smad/Makefile
--- openvas-plugins-1.0.3/plugins/smad/Makefile	2008-05-15 09:38:03.000000000 +0200
+++ openvas-plugins-1.0.3-1/plugins/smad/Makefile	2008-09-17 20:43:07.000000000 +0200
@@ -5,7 +5,7 @@
 all : $(PLUGNAME).nes
 $(PLUGNAME).nes : $(PLUGNAME).c
 	$(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c
-	$(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
+	$(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
 	-rpath $(rootdir)/bin/plugins
 	../install_plug $(PLUGNAME) $(rootdir)
 clean :
diff -Naur openvas-plugins-1.0.3/plugins/ssl_ciphers/Makefile openvas-plugins-1.0.3-1/plugins/ssl_ciphers/Makefile
--- openvas-plugins-1.0.3/plugins/ssl_ciphers/Makefile	2008-05-15 09:38:04.000000000 +0200
+++ openvas-plugins-1.0.3-1/plugins/ssl_ciphers/Makefile	2008-09-17 20:32:07.000000000 +0200
@@ -5,7 +5,7 @@
 all : $(PLUGNAME).nes
 $(PLUGNAME).nes : $(PLUGNAME).c
 	$(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c
-	$(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
+	$(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
 	-rpath $(rootdir)/bin/plugins
 	../install_plug $(PLUGNAME) $(rootdir)
 clean :
diff -Naur openvas-plugins-1.0.3/plugins/synscan/Makefile openvas-plugins-1.0.3-1/plugins/synscan/Makefile
--- openvas-plugins-1.0.3/plugins/synscan/Makefile	2008-05-15 09:38:04.000000000 +0200
+++ openvas-plugins-1.0.3-1/plugins/synscan/Makefile	2008-09-17 20:42:56.000000000 +0200
@@ -5,7 +5,7 @@
 all : $(PLUGNAME).nes
 $(PLUGNAME).nes : $(PLUGNAME).c
 	$(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c  $(PLUGNAME).c
-	$(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
+	$(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
 	-rpath $(rootdir)/bin/plugins
 	../install_plug $(PLUGNAME) $(rootdir)
 clean :