Skip to content

Commit

Permalink
disable python support when building nftables
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Sep 15, 2022
1 parent 0b1f739 commit ab9aa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN curl -sL https://www.netfilter.org/pub/libnftnl/libnftnl-1.2.3.tar.bz2 | tar
# build static nftables
WORKDIR /tmp/nftables
RUN curl -sL https://www.netfilter.org/pub/nftables/nftables-1.0.5.tar.bz2 | tar jx --strip-components=1 && \
./configure --enable-static --disable-shared --with-mini-gmp --without-cli --prefix=/usr && \
./configure --enable-static --disable-shared --with-mini-gmp --without-cli --prefix=/usr --disable-python && \
make -j CFLAGS="-fPIE -O3" && \
make install

Expand Down

0 comments on commit ab9aa37

Please sign in to comment.