From: Denis Khalikov Date: Thu, 8 Dec 2016 16:34:35 +0000 (+0300) Subject: removed -flot flag X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fdenis13%2FLTO;p=platform%2Fupstream%2Flibinput.git removed -flot flag --- diff --git a/packaging/libinput.spec b/packaging/libinput.spec index 63e53e17..eb4dac2c 100644 --- a/packaging/libinput.spec +++ b/packaging/libinput.spec @@ -53,6 +53,8 @@ cp %{SOURCE1001} . %autogen --with-udev-dir=%{udev_dir} %build +export CFLAGS=$( echo $CFLAGS | sed -e "s/-flto//g" ) +export CXXFLAGS=$( echo $CXXFLAGS | sed -e "s/-flto//g" ) %__make %{?_smp_mflags} %install