Comment # 1 on bug 1141323 from
Thank you Bernhard for the report.

So fldigi is caused by:

fldigi-main.cxx:

```
void generate_version_text(void)
{
 version_text.assign("fldigi 4.1.05" "\nCopyright (C) 2007-2010 " "Dave Freese,
Stelios Bounanos, and others" ".\n");
 version_text.append(gettext ("License GPLv3+: GNU GPL version 3 or later "
"<http://www.gnu.org/licenses/gpl-3.0.html>\n" "This is free software: you are
free to change and redistribute it.\n" "There is NO WARRANTY, to the extent
permitted by law.\n")


                                                                );

 ostringstream s;
 s << "Build information:\n";
 s << "  built          : " << "Thu Jan  1 00:00:00 UTC 1970" << " by " <<
"openSUSE"
   << '@' << "openSUSE" << " on " << "x86_64-suse-linux-gnu"
   << " for " << "x86_64-suse-linux-gnu" << "\n\n"
   << "  configure flags: " << "'--host=x86_64-suse-linux-gnu'
'--build=x86_64-suse-linux-gnu' '--program-prefix=' '--prefix=/usr'
'--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin'
'--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include'
'--libdir=/usr/lib64' '--libexecdir=/usr/lib' '--localstatedir=/var'
'--sharedstatedir=/var/lib' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--disable-dependency-tracking'
'build_alias=x86_64-suse-linux-gnu' 'host_alias=x86_64-suse-linux-gnu'
'CXXFLAGS=-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong
-funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -flto=99
-fno-lto' 'CFLAGS=-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong
-funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -flto=99
-fno-lto' 'PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig'" <<
"\n\n"
   << "  compiler       : " << "gcc version 9.1.1 20190611 [gcc-9-branch
revision 272147] (SUSE Linux) " << "\n\n"
   << "  compiler flags : " << "-I$(srcdir) -I$(srcdir)/include
-I$(srcdir)/irrxml -I$(srcdir)/libtiniconv -I$(srcdir)/fileselector
-I$(srcdir)/mbedtls -pthread -D_REENTRANT -pthread -I/usr/include/libusb-1.0
-I/usr/include/libpng16 -pipe -Wall -fexceptions -O2
--param=max-vartrack-size=0 --param=max-vartrack-size=0 -DNDEBUG" << "\n\n"
   << "  linker flags   : " << "-lportaudio -lasound -lm -lpthread -lasound
-lfltk_images -lfltk -lX11 -lsndfile -lsamplerate -lpulse-simple -lpulse
-lhamlib -lpng16 -lz -ldl -lpthread -lflxmlrpc" << "\n\n"
```


You are receiving this mail because: