Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
bcc: use patch to apply patches
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Fernandes <[email protected]>
  • Loading branch information
joelagnel committed Jul 10, 2018
1 parent 7880b49 commit 60f64b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildstrap
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ if [ $INSTALL_BCC -eq 1 ]; then
cp $spath/bcc/build-bcc.sh $TDIR/debian/bcc-master/;

pushd $TDIR/debian/bcc-master
git am $spath/bcc/misc/0001-clang-Allow-user-to-override-kernel-version.patch
git am $spath/bcc/misc/0001-DONOT-MERGE-Remove-version-override-warnings.patch
patch -p1 < $spath/bcc/misc/0001-clang-Allow-user-to-override-kernel-version.patch
patch -p1 < $spath/bcc/misc/0001-DONOT-MERGE-Remove-version-override-warnings.patch
popd
fi

Expand Down

0 comments on commit 60f64b2

Please sign in to comment.