wrong language fix ;-)
This commit is contained in:
parent
6efc3e90f5
commit
6eedd5747f
|
@ -52,7 +52,7 @@ copyfiles() {
|
||||||
|
|
||||||
testv6_patch() {
|
testv6_patch() {
|
||||||
if grep -q 'ending bracket for IPv6' apps/s_socket.c; then
|
if grep -q 'ending bracket for IPv6' apps/s_socket.c; then
|
||||||
STDOPTIONS += "-DOPENSSL_USE_IPV6"
|
STDOPTIONS="$STDOPTIONS -DOPENSSL_USE_IPV6"
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
echo "no IPv6 patch (Fedora) detected!! -- Press ^C and dl & apply from"
|
echo "no IPv6 patch (Fedora) detected!! -- Press ^C and dl & apply from"
|
||||||
|
|
Loading…
Reference in New Issue