Skip to content

Commit

Permalink
Update strace to latest. 4.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
lancethepants committed Nov 1, 2016
1 parent 2284583 commit 3e13e2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1328,12 +1328,12 @@ fi
cd $SRC/strace

if [ ! -f .extracted ]; then
rm -rf strace-4.13
tar xvJf strace-4.13.tar.xz
rm -rf strace-4.14
tar xvJf strace-4.14.tar.xz
touch .extracted
fi

cd strace-4.13
cd strace-4.14

if [ ! -f .configured ]; then
LDFLAGS=$LDFLAGS \
Expand Down
Binary file removed src/strace/strace-4.13.tar.xz
Binary file not shown.
Binary file added src/strace/strace-4.14.tar.xz
Binary file not shown.

0 comments on commit 3e13e2e

Please sign in to comment.