Remove no more needed hack of headers

There was an absolute path left in headers, headers were not useable.
This commit is contained in:
Mikhail Novosyolov 2020-08-12 11:00:45 +03:00
parent e25b7e90fb
commit fb55dada6f

View file

@ -76,7 +76,7 @@
Summary: LibreSSL utils and libs coexisting with OpenSSL
Name: libressl
Version: 3.2.0
Release: 3
Release: 4
# The code is distributed under ISC license except of original OpenSSL code
License: ISC and BSD-like
Group: System/Base
@ -402,8 +402,6 @@ for i in $(echo "%patches" | sed -e 's,[[:space:]],\n,g' | grep -v '/PORTABLE\-'
echo "Applying openbsd patch $i"
patch -p1 < "$i"
done
# TODO: fix patch 0163-ssl-add-support-for-TLSTREE-rekeying.patch, src/lib/libssl/ssl.h etc.
grep -Irl '#include <openssl/kdftree.h>' | xargs sed -i -e "s,#include <openssl/kdftree.h>,#include \"${PWD}/src/lib/libcrypto/kdftree/kdftree.h\",g"
)
sed -i -e 's,git ,true ,g' update.sh
sed -i -e 's,./update.sh,sh -x ./update.sh,g' autogen.sh