Skip to content

Commit

Permalink
Merge pull request #6 from resin-io/nf-netlink-support
Browse files Browse the repository at this point in the history
Add NF_NETLINK support for socket() syscall
  • Loading branch information
CameronDiver authored Jan 30, 2017
2 parents b370df1 + 0789226 commit e8e04f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update \
make \
pkg-config \
python \
libpixman-1-dev \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -22,6 +23,6 @@ COPY . /usr/src/qemu


ARG TARGET_ARCH=arm-linux-user
RUN ./configure --target-list=$TARGET_ARCH --static
RUN ./configure --target-list=$TARGET_ARCH --static --extra-cflags="-DCONFIG_RTNETLINK"

RUN make -j $(nproc)

0 comments on commit e8e04f9

Please sign in to comment.