
http://bugzilla.opensuse.org/show_bug.cgi?id=1140595 http://bugzilla.opensuse.org/show_bug.cgi?id=1140595#c7 Fabian Vogt <fvogt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fvogt@suse.com Flags| |needinfo?(bjoernv@arcor.de) --- Comment #7 from Fabian Vogt <fvogt@suse.com> --- (In reply to Björn Voigt from comment #6)
Compiling the extracted Linphone package (rpmbuild -bp linphone.spec) manually results in a working linphone executable. So something with the package must by wrong.
cd linphone-3.12.0 mkdir build cd build cmake -DENABLE_CXX_WRAPPER=ON -DENABLE_ROOTCA_DOWNLOAD=OFF -DENABLE_ZRTP=ON -DENABLE_LDAP=ON -DENABLE_STRICT=OFF -DENABLE_STATIC=OFF -DENABLE_GTK_UI=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/linphone .. make && make install /usr/local/linphone/bin/linphone
I guess it's an issue with LTO. Does it break if you build with "-flto" added to compile flags? -- You are receiving this mail because: You are on the CC list for the bug.