Skip to content

Commit

Permalink
Package 1.2.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Dec 7, 2021
2 parents 17a9df0 + 87c9e6c commit 5652d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $(FS_OBJECT_FILES) $(CLI_OBJECT_FILES) $(SHARED_OBJECT_FILES): build/%.o : src/i
@$(CC) $(CFLAGS) -c $(patsubst build/%.o, src/impl/%.cpp, $@) -o $@

$(ROCKSDB_STATIC):
cd src/rocksdb && $(MAKE) USE_RTTI=1 static_lib
cd src/rocksdb && $(MAKE) USE_RTTI=1 PORTABLE=1 static_lib

$(FS_TARGET): $(FS_OBJECT_FILES) $(SHARED_OBJECT_FILES) $(ROCKSDB_STATIC)
@mkdir -p dist/from_source
Expand Down
1 change: 1 addition & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%prep
%setup -q
make clean

%build
make EXTRA_CFLAGS="-DEL8" EL=1 -j$(nproc)
Expand Down

0 comments on commit 5652d83

Please sign in to comment.