From 32ef8c0c43157184e9b1955059044e48575a9ae61a051fbd91ed9c7a1c7be483 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 d738d8d..1723b84 100644 --- a/dictd.spec +++ b/dictd.spec @@ -72,6 +72,7 @@ This package contains development files for the dictd package. %prep %autosetup -p1 + autoreconf --force --install --verbose %build @@ -85,6 +86,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