We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7300026 commit 81b2c18Copy full SHA for 81b2c18
compile-udpgw.sh
@@ -82,4 +82,4 @@ for f in $SOURCES; do
82
OBJS=( "${OBJS[@]}" "${obj}" )
83
done
84
85
-"${CC}" ${LDFLAGS} "${OBJS[@]}" -o udpgw -lrt
+"${CC}" ${LDFLAGS} "${OBJS[@]}" -o udpgw -lrt -lpthread
0 commit comments