diff --git a/protobuf.changes b/protobuf.changes index 268d830..0f48c16 100644 --- a/protobuf.changes +++ b/protobuf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 17:35:37 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133277). + ------------------------------------------------------------------- Wed Feb 20 12:29:06 UTC 2019 - Michał Rostecki diff --git a/protobuf.spec b/protobuf.spec index 347ac0d..f313c71 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -156,6 +156,7 @@ sed -i '/google_test_dir/d' python/setup.py sed -i -e '/env python/d' python/google/protobuf/internal/*.py %build +%define _lto_cflags %{nil} autoreconf -fvi %configure \ --disable-static