mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
databases/rocksdb: Do not delete built shared libraries before building static library
Hope it would fix the build on the package building cluster.
This commit is contained in:
parent
e527a09bab
commit
b5c33f2db3
1 changed files with 9 additions and 0 deletions
|
@ -42,3 +42,12 @@
|
|||
|
||||
all_but_some_tests: $(LIBRARY) $(BENCHMARKS) tools tools_lib test_libs $(ROCKSDBTESTS_SUBSET)
|
||||
|
||||
@@ -1273,7 +1273,7 @@ package:
|
||||
# Unit tests and tools
|
||||
# ---------------------------------------------------------------------------
|
||||
$(STATIC_LIBRARY): $(LIB_OBJECTS)
|
||||
- $(AM_V_AR)rm -f $@ $(SHARED1) $(SHARED2) $(SHARED3) $(SHARED4)
|
||||
+ $(AM_V_AR)rm -f $@
|
||||
$(AM_V_at)$(AR) $(ARFLAGS) $@ $(LIB_OBJECTS)
|
||||
|
||||
$(STATIC_TEST_LIBRARY): $(TEST_OBJECTS)
|
||||
|
|
Loading…
Add table
Reference in a new issue