Skip to content

Commit

Permalink
Fix rpmbuild error
Browse files Browse the repository at this point in the history
Signed-off-by: AnyISalIn <[email protected]>
  • Loading branch information
AnyISalIn authored and yonghong-song committed May 11, 2021
1 parent 823321c commit d766fea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SPECS/bcc+clang.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
%define debug_package %{nil}
%define llvmver 3.7.1
%define _unpackaged_files_terminate_build 0
%define llvmver 7.0.1

Name: bcc
Version: @REVISION@
Expand Down
2 changes: 2 additions & 0 deletions SPECS/bcc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
%endif

%define debug_package %{nil}
%define _unpackaged_files_terminate_build 0


Name: bcc
Version: @REVISION@
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-release-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trap cleanup EXIT

mkdir $TMP/{BUILD,RPMS,SOURCES,SPECS,SRPMS}

llvmver=3.7.1
llvmver=7.0.1

# populate submodules
git submodule update --init --recursive
Expand Down

0 comments on commit d766fea

Please sign in to comment.