Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmbroz Bizjak <ambrop7@gmail.com>2017-07-27 19:52:15 +0300
committerAmbroz Bizjak <ambrop7@gmail.com>2017-07-27 19:52:15 +0300
commit81b2c1856265144875f3a3d781a068d24fb8be3d (patch)
tree60190132ff8ce44ae9b08a6bde31fa4fc80d29e1
parent7300026cd8e395e3a98424fdb8b97ad2095b3ebe (diff)
Fix udpgw compile script as well
-rwxr-xr-xcompile-udpgw.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile-udpgw.sh b/compile-udpgw.sh
index 99c9f26..62156a0 100755
--- a/compile-udpgw.sh
+++ b/compile-udpgw.sh
@@ -82,4 +82,4 @@ for f in $SOURCES; do
OBJS=( "${OBJS[@]}" "${obj}" )
done
-"${CC}" ${LDFLAGS} "${OBJS[@]}" -o udpgw -lrt
+"${CC}" ${LDFLAGS} "${OBJS[@]}" -o udpgw -lrt -lpthread