mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 16:12:53 +00:00
Remove no more needed hack of headers
There was an absolute path left in headers, headers were not useable.
This commit is contained in:
parent
e25b7e90fb
commit
fb55dada6f
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue