Skip to content

Commit

Permalink
Remove libpcap patch merged upstream (google#3865)
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed May 26, 2020
1 parent d70af2f commit b2d6ead
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion projects/libpcap/Dockerfile
Expand Up @@ -22,5 +22,4 @@ RUN git clone --depth 1 https://github.com/the-tcpdump-group/libpcap.git libpcap
RUN git clone --depth=1 https://github.com/the-tcpdump-group/tcpdump.git tcpdump
WORKDIR $SRC
COPY build.sh $SRC/
COPY patch.diff $SRC/

1 change: 0 additions & 1 deletion projects/libpcap/build.sh
Expand Up @@ -17,7 +17,6 @@

cd libpcap
# build project
git apply ../patch.diff
mkdir build
cd build
cmake ..
Expand Down
24 changes: 0 additions & 24 deletions projects/libpcap/patch.diff

This file was deleted.

0 comments on commit b2d6ead

Please sign in to comment.