From 37566e73537e18fafc7524670ee0e01ec3a537d9 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 15 Sep 2022 19:50:55 +0200 Subject: [PATCH] - debug for missing shared install on builders --- rocksdb.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rocksdb.spec b/rocksdb.spec index 05959f2..53ed5a1 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -111,6 +111,8 @@ export ROCKSDB_DISABLE_BENCHMARK=1 export ROCKSDB_DISABLE_TBB=1 %endif +ls -la + %{__make} install \ %{!?with_debug:DEBUG_LEVEL=0} \ PORTABLE=1 \ @@ -118,6 +120,8 @@ export ROCKSDB_DISABLE_TBB=1 PREFIX=%{_prefix} \ LIBDIR=%{_libdir} +ls -la + # reduntant symlink %{__rm} $RPM_BUILD_ROOT%{_libdir}/librocksdb.so.6 -- 2.43.0