mariadb: Add comment to clarify version file renames

This commit is contained in:
toonn
2021-11-24 15:17:13 -08:00
committed by Jonathan Ringer
parent e33c11a557
commit 787a8b85fb
+4
View File
@@ -47,6 +47,10 @@ common = rec { # attributes common to both builds
prePatch = ''
sed -i 's,[^"]*/var/log,/var/log,g' storage/mroonga/vendor/groonga/CMakeLists.txt
# libc++abi 11 uses `#include <version>`, include paths often include
# project dirs and that means files with version numbers get included as if
# they were a header. This includes files name `VERSION` on
# case-insensitive file systems.
sed -i 's,/version\>,/version_full,' storage/mroonga/CMakeLists.txt
mv storage/mroonga/version storage/mroonga/version_full
sed -i 's,/VERSION\>,/VERSION_FULL,' cmake/mysql_version.cmake