mariadb: Drop stale LLVM 11 fix
Upstream has updated to no longer need the changes messing with the `version` file.
This commit is contained in:
parent
41895efeb5
commit
62572ee909
@ -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…
Reference in New Issue
Block a user