--without-icu

This commit is contained in:
Andrew Lukoshko 2025-10-08 12:03:30 +00:00
parent 8d8896d3eb
commit b2189aaa34

View File

@ -23,7 +23,7 @@ Backup tool for PostgreSQL.
%build
mv %{_builddir}/pg_probackup-%{version} contrib/pg_probackup
./configure --disable-rpath --enable-debug --without-readline
./configure --disable-rpath --enable-debug --without-readline --without-icu
make -C 'src/common'
make -C 'src/port'
make -C 'src/interfaces'