From 2609d1867ff891744779bbbba5a0ebfc9a3a78dbb57bd227a486c807a9ec387c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sat, 16 Nov 2024 08:56:20 +0100 Subject: [PATCH] fix: apparently GNU/lexx is not 100% lexx --- dictd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dictd.spec b/dictd.spec index a1f9b90..064863e 100644 --- a/dictd.spec +++ b/dictd.spec @@ -71,6 +71,7 @@ This package contains development files for the dictd package. %prep %autosetup -p1 + autoreconf --force --install --verbose %build @@ -84,6 +85,7 @@ export LDFLAGS="%{?__global_ldflags}" CPPFLAGS="%{optflags} -fPIC" # export COPTS="%{optflags} -fPIC" # mkc_compiler_settings # mkcmake all +export LEXLIB="-fl" %configure --enable-dictorg --with-plugin-dbi # --disable-plugin %make_build