We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabec46 commit bbebb6cCopy full SHA for bbebb6c
build.sh
@@ -53,6 +53,7 @@ echo "Configuring for ${TARGET}…"
53
CC="${ZIG_BIN} cc -target ${TARGET}" \
54
CFLAGS="-Os -fno-pie" \
55
LDFLAGS="-static -no-pie" \
56
+CPPFLAGS="-DDROPBEAR_X11FWD" \
57
./configure \
58
--host="${TARGET}" \
59
--disable-pam \
0 commit comments