]> git.pld-linux.org Git - packages/openssl.git/commitdiff
third error was from pld specific man-namespace patch
authorElan Ruusamäe <glen@delfi.ee>
Thu, 3 Dec 2015 20:07:39 +0000 (22:07 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 3 Dec 2015 20:07:39 +0000 (22:07 +0200)
https://github.com/openssl/openssl/issues/491#issuecomment-161766747

dropping that chunk, as rpm build macros convert symlinks to man links
in post process anyway

openssl-man-namespace.patch
openssl.spec

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"
index 3263a702d81cef3a32cbaa65a947d0df974aa835..c61ed55ace3a054c8cfb7ccb498abd45342fd753 100644 (file)
@@ -268,10 +268,6 @@ RC4, RSA и SSL. Включает статические библиотеки д
 
 sed -i -e 's|\$prefix/\$libdir/engines|/%{_lib}/engines|g' Configure
 
-# fix packaging error
-# https://github.com/openssl/openssl/issues/491
-ln -s . test/openssl-1.0.2e
-
 %build
 touch Makefile.*
 
This page took 0.036147 seconds and 4 git commands to generate.