We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a01895 commit f39fecdCopy full SHA for f39fecd
1 file changed
images/packages/binaries/nftables/werf.inc.yaml
@@ -18,6 +18,7 @@ packages:
18
- gcc
19
- git pkg-config trousers
20
- automake autoconf make makeinfo libtool
21
+- musl-devel-static
22
- flex bison asciidoc-a2x
23
- tree
24
{{- end -}}
@@ -59,13 +60,18 @@ shell:
59
60
61
./autogen.sh
62
- ./configure --prefix=/usr --libdir=/usr/lib64 --enable-python --with-python-bin=/usr/bin/python3 --with-json --with-cli=readline
63
+ ./configure \
64
+ --prefix=/usr \
65
+ --libdir=/usr/lib64 \
66
+ --with-json \
67
+ --with-cli=readline
68
69
make -j$(nproc)
70
71
make DESTDIR=$OUTDIR install
72
73
strip $OUTDIR/usr/sbin/nft
74
+ ldd $OUTDIR/usr/sbin/nft
75
76
# We don't need man, test and samples files
77
rm -rf $OUTDIR/usr/include
0 commit comments