1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-27 05:56:07 +03:00
Files
mariadb/BUILD
Vladislav Vaintroub c88200172e Bug #51414: Arguments with embedded spaces are not correctly handled by configure wrapper.
The bug was that ./configure was  passing paramers to subscripts as $@, and to handle embedded spaces it needs
to be quoted as "$@".
This resulting into a bug when ./configure was called e.g with CFLAGS='-m64 -Xstrconst'..

Additionally, fixed cmake/configure.pl did not handle environment variables passed on the command line.
this is fixed in this push
2010-02-23 12:32:57 +01:00
..
2009-09-16 10:52:43 +04:00
2007-01-23 05:09:14 -08:00
2010-01-11 18:47:27 -07:00
2006-08-02 09:08:21 +02:00
2007-08-22 12:02:23 -06:00