From c0e702c62b77301e92440154de4813c840cfaaf8 Mon Sep 17 00:00:00 2001 From: kircher Date: Fri, 31 Jul 2020 17:19:34 +0800 Subject: [PATCH] upgrade libldb from 2.0.8 to 2.2.0 --- libldb.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libldb.spec b/libldb.spec index a668ecd..fe25be0 100644 --- a/libldb.spec +++ b/libldb.spec @@ -82,16 +82,17 @@ export python_LDFLAGS="" %{?without_lmdb_flags} \ --with-privatelibdir=%{_libdir}/ldb -%make_build +make %{?_smp_mflags} V=1 doxygen Doxyfile %check echo disabling one assertion in tests/python/repack.py sed -e '/test_guid_indexed_v1_db/,+18{/toggle_guidindex_check_pack/d}' -i tests/python/repack.py -%make_build check + +make %{?_smp_mflags} check %install -%make_install +make install DESTDIR=$RPM_BUILD_ROOT cp -a apidocs/man/* $RPM_BUILD_ROOT/%{_mandir} rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*