wrong language fix ;-)

This commit is contained in:
Dirk 2016-06-23 11:13:11 +02:00
parent 6efc3e90f5
commit 6eedd5747f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ copyfiles() {
testv6_patch() {
if grep -q 'ending bracket for IPv6' apps/s_socket.c; then
STDOPTIONS += "-DOPENSSL_USE_IPV6"
STDOPTIONS="$STDOPTIONS -DOPENSSL_USE_IPV6"
else
echo
echo "no IPv6 patch (Fedora) detected!! -- Press ^C and dl & apply from"