diff --git a/firebird.spec b/firebird.spec index f7a7e35ba4e34eb5fbe0aa9e2aabba1149232863..b6323209f312d1eb45ea7527157a762cd1ece530 100644 --- a/firebird.spec +++ b/firebird.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 #uos %global upversion 3.0.4.33054 %global pkgversion Firebird-%{upversion}-0 @@ -45,7 +45,6 @@ BuildRequires: automake BuildRequires: libtommath-devel BuildRequires: libtool BuildRequires: ncurses-devel -BuildRequires: libtermcap-devel BuildRequires: libicu-devel BuildRequires: libedit-devel BuildRequires: gcc-c++ @@ -209,9 +208,11 @@ in production systems, under a variety of names, since 1981. %build export CFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="${CFLAGS} -fno-delete-null-pointer-checks" +export CXXFLAGS="${CFLAGS} -fno-delete-null-pointer-checks --std=c++14" NOCONFIGURE=1 ./autogen.sh %configure --prefix=%{_prefix} \ --disable-binreloc \ + --disable-rpath \ --with-system-editline \ --with-fbbin=%{_bindir} --with-fbsbin=%{_sbindir} \ --with-fbconf=%{_sysconfdir}/%{name} \ @@ -381,6 +382,9 @@ fi %changelog +* Mon Oct 09 2023 wangce - 3.0.4.33054-2.3.2 +- Fix build error + * Mon Aug 28 2023 yangxianzhao - 3.0.4.33054-2.3.1 - Specification spec file