summaryrefslogtreecommitdiffstats
path: root/package/openocd/openocd-0004-force_jimtcl_static.patch
blob: 7118b57d735d65edb1d1e361bbebdc6cceee55a0 (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
force jimtcl to build static

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 jimtcl/auto.def |    5 -----
 1 file changed, 5 deletions(-)

Index: b/jimtcl/auto.def
===================================================================
--- a/jimtcl/auto.def
+++ b/jimtcl/auto.def
@@ -148,13 +148,8 @@ if {[opt-bool references]} {
     msg-result "Enabling references"
     define JIM_REFERENCES
 }
-if {[opt-bool shared with-jim-shared]} {
-    msg-result "Building shared library"
-    define JIM_LIBTYPE shared
-} else {
     msg-result "Building static library"
     define JIM_LIBTYPE static
-}
 if {[opt-bool install-jim]} {
     define install_jim 1
 } else {