From e11121b4a7320f984a87ba5c7493487b9d73fe1a743addd92a4e7bc534c44e81 Mon Sep 17 00:00:00 2001 From: Ana Guerrero Date: Tue, 19 Nov 2024 09:13:59 +0000 Subject: [PATCH] Somehow these changes got lost (I probably managed to sub a old revision...) - fix build for real this time. OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxsession?expand=0&rev=88 --- lxsession.changes | 1 + lxsession.spec | 1 + 2 files changed, 2 insertions(+) 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