SHA256
1
0
forked from pool/dictd

fix: apparently GNU/lexx is not 100% lexx

This commit is contained in:
Matej Cepl 2024-11-16 08:56:20 +01:00
parent 414a2e609b
commit 32ef8c0c43
Signed by: mcepl
GPG Key ID: 79205802880BC9D8

View File

@ -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