]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl-man-namespace.patch
third error was from pld specific man-namespace patch
[packages/openssl.git] / openssl-man-namespace.patch
index 14d025ed4a689a23c259a831e40a2e0a8665517d..e5aba061e3413677370a635c4e0ad278ae67994c 100644 (file)
                         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"
This page took 0.027399 seconds and 4 git commands to generate.