mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-21 22:42:57 +03:00
Compare commits
No commits in common. "bc463930aa26705c356a6e1d630ce97aa1266cfa" and "80bf409615ebc74b87626c6ca00aff929405ed52" have entirely different histories.
bc463930aa
...
80bf409615
@ -70,7 +70,7 @@ check_bins()
|
|||||||
elif [ -f "$EXEDIR/Makefile" ] && exists make; then
|
elif [ -f "$EXEDIR/Makefile" ] && exists make; then
|
||||||
echo trying to compile
|
echo trying to compile
|
||||||
[ "$SYSTEM" = "macos" ] && make_target=mac
|
[ "$SYSTEM" = "macos" ] && make_target=mac
|
||||||
CFLAGS="-march=native ${CFLAGS}" make -C "$EXEDIR" $make_target || {
|
make -C "$EXEDIR" $make_target || {
|
||||||
echo could not compile
|
echo could not compile
|
||||||
make -C "$EXEDIR" clean
|
make -C "$EXEDIR" clean
|
||||||
exitp 8
|
exitp 8
|
||||||
@ -772,6 +772,7 @@ deoffload_openwrt_firewall()
|
|||||||
else
|
else
|
||||||
echo system wide software flow offloading disabled. ok
|
echo system wide software flow offloading disabled. ok
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user