mariadb: Add comment to clarify version file renames

authored by

toonn and committed by
Jonathan Ringer
787a8b85 e33c11a5

+4
+4
pkgs/servers/sql/mariadb/default.nix
··· 47 47 48 48 prePatch = '' 49 49 sed -i 's,[^"]*/var/log,/var/log,g' storage/mroonga/vendor/groonga/CMakeLists.txt 50 + # libc++abi 11 uses `#include <version>`, include paths often include 51 + # project dirs and that means files with version numbers get included as if 52 + # they were a header. This includes files name `VERSION` on 53 + # case-insensitive file systems. 50 54 sed -i 's,/version\>,/version_full,' storage/mroonga/CMakeLists.txt 51 55 mv storage/mroonga/version storage/mroonga/version_full 52 56 sed -i 's,/VERSION\>,/VERSION_FULL,' cmake/mysql_version.cmake