misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-11 21:18:09 +01:00
commit ac89778f32
2 changed files with 3 additions and 1 deletions

View file

@ -35,6 +35,8 @@ xcompile_pcap() {
ARCH=$1
bin_dep 'make'
bin_dep 'yacc'
bin_dep 'flex'
bin_dep "$ARCH-linux-gnueabi-gcc"
echo "@ Cross compiling libpcap for $ARCH ..."