diff --git a/lxsession.changes b/lxsession.changes index 3c30454..5adf2f6 100644 --- a/lxsession.changes +++ b/lxsession.changes @@ -13,6 +13,7 @@ Mon Nov 18 21:28:30 UTC 2024 - bjorn.lie@gmail.com * Reduce the vala compiler version check to major and minor version * Fix: support gcc14 -Werror=incompatible-pointer-types - Switch to gitcheckout via source service. +- Pass NOCONFIGURE=1 ./autogen.sh, bootstrap build. ------------------------------------------------------------------- Mon Sep 28 13:59:26 UTC 2020 - Callum Farmer diff --git a/lxsession.spec b/lxsession.spec index fb2f98e..25a4649 100644 --- a/lxsession.spec +++ b/lxsession.spec @@ -51,6 +51,7 @@ use when a user logs out and to restart them the next time the user logs in. %setup -q %build +NOCONFIGURE=1 ./autogen.sh %configure \ --enable-man %make_build