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