mariadb: Drop stale LLVM 11 fix

Upstream has updated to no longer need the changes messing with the
`version` file.
main
toonn 3 years ago
parent 41895efeb5
commit 62572ee909
No known key found for this signature in database
GPG Key ID: A1756943D328A924
  1. 8
      pkgs/servers/sql/mariadb/default.nix

@ -47,14 +47,6 @@ 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
mv VERSION VERSION_FULL
'';
patches = [

Loading…
Cancel
Save