1 |
diff -Naur snort-2.9.0/src/dynamic-examples//dynamic-preprocessor/Makefile.am snort-2.9.0.dlucio/src/dynamic-examples//dynamic-preprocessor/Makefile.am |
2 |
--- snort-2.9.0/src/dynamic-examples//dynamic-preprocessor/Makefile.am 2009-10-19 23:46:58.000000000 +0200 |
3 |
+++ snort-2.9.0.dlucio/src/dynamic-examples//dynamic-preprocessor/Makefile.am 2010-10-08 18:25:32.000000000 +0200 |
4 |
@@ -3,11 +3,11 @@ |
5 |
|
6 |
INCLUDES = -I../include |
7 |
|
8 |
-noinst_libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor |
9 |
+noinst_libdir = ${libexecdir}/dynamicpreprocessor |
10 |
|
11 |
noinst_lib_LTLIBRARIES = lib_sfdynamic_preprocessor_example.la |
12 |
|
13 |
-lib_sfdynamic_preprocessor_example_la_LDFLAGS = -export-dynamic |
14 |
+lib_sfdynamic_preprocessor_example_la_LDFLAGS = -export-dynamic -module -avoid-version |
15 |
|
16 |
BUILT_SOURCES = \ |
17 |
sf_dynamic_preproc_lib.c \ |
18 |
diff -Naur snort-2.9.0/src/dynamic-examples//dynamic-rule/Makefile.am snort-2.9.0.dlucio/src/dynamic-examples//dynamic-rule/Makefile.am |
19 |
--- snort-2.9.0/src/dynamic-examples//dynamic-rule/Makefile.am 2007-10-11 18:07:25.000000000 +0200 |
20 |
+++ snort-2.9.0.dlucio/src/dynamic-examples//dynamic-rule/Makefile.am 2010-10-08 18:25:32.000000000 +0200 |
21 |
@@ -3,11 +3,11 @@ |
22 |
|
23 |
INCLUDES = -I../include |
24 |
|
25 |
-noinst_libdir = ${exec_prefix}/lib/snort_dynamicrules |
26 |
+noinst_libdir = ${libexecdir}/dynamicrules |
27 |
|
28 |
noinst_lib_LTLIBRARIES = lib_sfdynamic_example_rule.la |
29 |
|
30 |
-lib_sfdynamic_example_rule_la_LDFLAGS = -export-dynamic |
31 |
+lib_sfdynamic_example_rule_la_LDFLAGS = -export-dynamic -module -avoid-version |
32 |
|
33 |
BUILT_SOURCES = \ |
34 |
sfsnort_dynamic_detection_lib.c \ |
35 |
diff -Naur snort-2.9.0/src/dynamic-plugins//sf_engine/Makefile.am snort-2.9.0.dlucio/src/dynamic-plugins//sf_engine/Makefile.am |
36 |
--- snort-2.9.0/src/dynamic-plugins//sf_engine/Makefile.am 2010-06-10 00:05:08.000000000 +0200 |
37 |
+++ snort-2.9.0.dlucio/src/dynamic-plugins//sf_engine/Makefile.am 2010-10-08 22:58:24.000000000 +0200 |
38 |
@@ -5,9 +5,9 @@ |
39 |
|
40 |
lib_LTLIBRARIES = libsf_engine.la |
41 |
|
42 |
-libdir = ${exec_prefix}/lib/snort_dynamicengine |
43 |
+libdir = ${libexecdir}/dynamicengine |
44 |
|
45 |
-libsf_engine_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ |
46 |
+libsf_engine_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ -avoid-version |
47 |
|
48 |
BUILT_SOURCES = \ |
49 |
sfhashfcn.c \ |
50 |
diff -Naur snort-2.9.0/src/dynamic-preprocessors//dcerpc2/Makefile.am snort-2.9.0.dlucio/src/dynamic-preprocessors//dcerpc2/Makefile.am |
51 |
--- snort-2.9.0/src/dynamic-preprocessors//dcerpc2/Makefile.am 2010-06-10 00:05:11.000000000 +0200 |
52 |
+++ snort-2.9.0.dlucio/src/dynamic-preprocessors//dcerpc2/Makefile.am 2010-10-08 18:31:42.000000000 +0200 |
53 |
@@ -3,11 +3,11 @@ |
54 |
|
55 |
INCLUDES = -I../include -I$(srcdir)/includes |
56 |
|
57 |
-libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor |
58 |
+libdir = ${libexecdir}/dynamicpreprocessor |
59 |
|
60 |
lib_LTLIBRARIES = libsf_dce2_preproc.la |
61 |
|
62 |
-libsf_dce2_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ |
63 |
+libsf_dce2_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ -avoid-version |
64 |
|
65 |
BUILT_SOURCES = \ |
66 |
sf_dynamic_preproc_lib.c \ |
67 |
diff -Naur snort-2.9.0/src/dynamic-preprocessors//dns/Makefile.am snort-2.9.0.dlucio/src/dynamic-preprocessors//dns/Makefile.am |
68 |
--- snort-2.9.0/src/dynamic-preprocessors//dns/Makefile.am 2010-06-10 00:05:13.000000000 +0200 |
69 |
+++ snort-2.9.0.dlucio/src/dynamic-preprocessors//dns/Makefile.am 2010-10-08 19:04:40.000000000 +0200 |
70 |
@@ -3,11 +3,11 @@ |
71 |
|
72 |
INCLUDES = -I../include |
73 |
|
74 |
-libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor |
75 |
+libdir = ${libexecdir}/dynamicpreprocessor |
76 |
|
77 |
lib_LTLIBRARIES = libsf_dns_preproc.la |
78 |
|
79 |
-libsf_dns_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ |
80 |
+libsf_dns_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ -avoid-version |
81 |
|
82 |
BUILT_SOURCES = \ |
83 |
sf_dynamic_preproc_lib.c \ |
84 |
diff -Naur snort-2.9.0/src/dynamic-preprocessors//ftptelnet/Makefile.am snort-2.9.0.dlucio/src/dynamic-preprocessors//ftptelnet/Makefile.am |
85 |
--- snort-2.9.0/src/dynamic-preprocessors//ftptelnet/Makefile.am 2010-06-10 00:05:13.000000000 +0200 |
86 |
+++ snort-2.9.0.dlucio/src/dynamic-preprocessors//ftptelnet/Makefile.am 2010-10-08 19:05:24.000000000 +0200 |
87 |
@@ -3,11 +3,11 @@ |
88 |
|
89 |
INCLUDES = -I../include -I./includes |
90 |
|
91 |
-libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor |
92 |
+libdir = ${libexecdir}/dynamicpreprocessor |
93 |
|
94 |
lib_LTLIBRARIES = libsf_ftptelnet_preproc.la |
95 |
|
96 |
-libsf_ftptelnet_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ |
97 |
+libsf_ftptelnet_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ -avoid-version |
98 |
|
99 |
BUILT_SOURCES = \ |
100 |
sf_dynamic_preproc_lib.c \ |
101 |
diff -Naur snort-2.9.0/src/dynamic-preprocessors//sdf/Makefile.am snort-2.9.0.dlucio/src/dynamic-preprocessors//sdf/Makefile.am |
102 |
--- snort-2.9.0/src/dynamic-preprocessors//sdf/Makefile.am 2010-06-10 00:05:14.000000000 +0200 |
103 |
+++ snort-2.9.0.dlucio/src/dynamic-preprocessors//sdf/Makefile.am 2010-10-08 19:06:40.000000000 +0200 |
104 |
@@ -3,11 +3,11 @@ |
105 |
|
106 |
INCLUDES = -I../include |
107 |
|
108 |
-libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor |
109 |
+libdir = ${libexecdir}/dynamicpreprocessor |
110 |
|
111 |
lib_LTLIBRARIES = libsf_sdf_preproc.la |
112 |
|
113 |
-libsf_sdf_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ |
114 |
+libsf_sdf_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ -avoid-version |
115 |
|
116 |
BUILT_SOURCES = \ |
117 |
sf_dynamic_preproc_lib.c \ |
118 |
diff -Naur snort-2.9.0/src/dynamic-preprocessors//smtp/Makefile.am snort-2.9.0.dlucio/src/dynamic-preprocessors//smtp/Makefile.am |
119 |
--- snort-2.9.0/src/dynamic-preprocessors//smtp/Makefile.am 2010-06-10 00:05:14.000000000 +0200 |
120 |
+++ snort-2.9.0.dlucio/src/dynamic-preprocessors//smtp/Makefile.am 2010-10-08 19:07:38.000000000 +0200 |
121 |
@@ -3,11 +3,11 @@ |
122 |
|
123 |
INCLUDES = -I../include -I${top_srcdir}/src/dynamic-preprocessors/libs |
124 |
|
125 |
-libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor |
126 |
+libdir = ${libexecdir}/dynamicpreprocessor |
127 |
|
128 |
lib_LTLIBRARIES = libsf_smtp_preproc.la |
129 |
|
130 |
-libsf_smtp_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ |
131 |
+libsf_smtp_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ -avoid-version |
132 |
|
133 |
BUILT_SOURCES = \ |
134 |
sf_dynamic_preproc_lib.c \ |
135 |
diff -Naur snort-2.9.0/src/dynamic-preprocessors//ssh/Makefile.am snort-2.9.0.dlucio/src/dynamic-preprocessors//ssh/Makefile.am |
136 |
--- snort-2.9.0/src/dynamic-preprocessors//ssh/Makefile.am 2010-06-10 00:05:16.000000000 +0200 |
137 |
+++ snort-2.9.0.dlucio/src/dynamic-preprocessors//ssh/Makefile.am 2010-10-08 19:08:15.000000000 +0200 |
138 |
@@ -3,11 +3,11 @@ |
139 |
|
140 |
INCLUDES = -I../include |
141 |
|
142 |
-libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor |
143 |
+libdir = ${libexecdir}/dynamicpreprocessor |
144 |
|
145 |
lib_LTLIBRARIES = libsf_ssh_preproc.la |
146 |
|
147 |
-libsf_ssh_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ |
148 |
+libsf_ssh_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ -avoid-version |
149 |
|
150 |
BUILT_SOURCES = \ |
151 |
sf_dynamic_preproc_lib.c \ |
152 |
diff -Naur snort-2.9.0/src/dynamic-preprocessors//ssl/Makefile.am snort-2.9.0.dlucio/src/dynamic-preprocessors//ssl/Makefile.am |
153 |
--- snort-2.9.0/src/dynamic-preprocessors//ssl/Makefile.am 2010-06-10 00:05:17.000000000 +0200 |
154 |
+++ snort-2.9.0.dlucio/src/dynamic-preprocessors//ssl/Makefile.am 2010-10-08 19:09:26.000000000 +0200 |
155 |
@@ -3,11 +3,11 @@ |
156 |
|
157 |
INCLUDES = -I../include -I${top_srcdir}/src/dynamic-preprocessors/libs |
158 |
|
159 |
-libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor |
160 |
+libdir = ${libexecdir}/dynamicpreprocessor |
161 |
|
162 |
lib_LTLIBRARIES = libsf_ssl_preproc.la |
163 |
|
164 |
-libsf_ssl_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ |
165 |
+libsf_ssl_preproc_la_LDFLAGS = -shared -export-dynamic -module @XCCFLAGS@ -avoid-version |
166 |
|
167 |
BUILT_SOURCES = \ |
168 |
sf_dynamic_preproc_lib.c \ |