Fabian Vogt changed bug 1140595
What Removed Added
CC   fvogt@suse.com
Flags   needinfo?(bjoernv@arcor.de)

Comment # 7 on bug 1140595 from
(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: