mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Revert "Replace SONAME with SOVERSION in makefile"
This reverts commit 418080010a.
In preparation of merging one external contribution that supersedes this.
This commit is contained in:
parent
99b9259f76
commit
f812054d00
2 changed files with 7 additions and 7 deletions
|
|
@ -56,7 +56,7 @@ then
|
|||
mv tmp library/CMakeLists.txt
|
||||
|
||||
[ $VERBOSE ] && echo "Bumping SOVERSION in library/Makefile"
|
||||
sed -e "s/SOVERSION=[0-9]\+/SOVERSION=$SOVERSION/g" < library/Makefile > tmp
|
||||
sed -e "s/SONAME=libpolarssl.so.[0-9]\+/SONAME=libpolarssl.so.$SOVERSION/g" -e "s/DLEXT=so.[0-9]\+/DLEXT=so.$SOVERSION/g" < library/Makefile > tmp
|
||||
mv tmp library/Makefile
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue