20667978c0
-- This release fixes a bug that could lead to a remote crash. Users using irssi on non x86 arches are urged to upgrade. Also fixes a bug in window layout restoring queries that could also cause a crash in all arches. Based on submission from Robert Nagy <thuglife@bsd.hu> with mods from me.
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
$OpenBSD: patch-ltmain_sh,v 1.3 2003/12/14 03:25:19 margarida Exp $
|
|
--- ltmain.sh.orig 2003-12-12 21:40:54.000000000 +0000
|
|
+++ ltmain.sh 2003-12-12 21:41:48.000000000 +0000
|
|
@@ -3056,7 +3056,7 @@ EOF
|
|
fi
|
|
|
|
# Remove version info from name if versioning should be avoided
|
|
- if test "$avoid_version" = yes && test "$need_version" = no; then
|
|
+ if test "$avoid_version" = yes; then
|
|
major=
|
|
versuffix=
|
|
verstring=""
|