X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=openssl-man-namespace.patch;h=e5aba061e3413677370a635c4e0ad278ae67994c;hb=4a8ad7eb81a44abfbd476689276be05a183ba60f;hp=14d025ed4a689a23c259a831e40a2e0a8665517d;hpb=0d29cf4fb019281d6a2fda895ed7e8130c0d9be0;p=packages%2Fopenssl.git diff --git a/openssl-man-namespace.patch b/openssl-man-namespace.patch index 14d025e..e5aba06 100644 --- a/openssl-man-namespace.patch +++ b/openssl-man-namespace.patch @@ -23,16 +23,3 @@ done); \ done ---- openssl-1.0.0/util/point.sh.orig 2009-04-06 16:25:02.000000000 +0200 -+++ openssl-1.0.0/util/point.sh 2010-04-10 11:17:19.616991410 +0200 -@@ -1,7 +1,9 @@ - #!/bin/sh - - rm -f "$2" --if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then -+if true; then -+ echo ".so $1" > "$2" -+elif test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then - cp "$1" "$2" - else - ln -s "$1" "$2"