11 lines
324 B
Diff
11 lines
324 B
Diff
--- make/build_jconsole.sh 2019-09-27 16:31:47.494999152 +0900
|
|
+++ make/build_jconsole.sh 2019-09-27 16:35:41.162381710 +0900
|
|
@@ -8,7 +8,7 @@
|
|
|
|
linux_j32)
|
|
COMPILE="$common -m32 -DREADLINE"
|
|
-LINK=" -l:libedit.so.2 -m32 -ldl -o jconsole "
|
|
+LINK=" -ledit -m32 -ldl -o jconsole "
|
|
;;
|
|
linux_j64)
|
|
COMPILE="$common -DREADLINE"
|