mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
bug#51925: 5.5 installed header file layout is incorrect
Additional space-in-directory-name protection.
This commit is contained in:
parent
30cfda089f
commit
da97e27219
1 changed files with 2 additions and 2 deletions
|
|
@ -92,9 +92,9 @@ plugindir_rel=`echo $plugindir | sed -e "s;^$basedir/;;"`
|
|||
fix_path plugindir $plugindir_rel lib/mysql/plugin lib/plugin
|
||||
|
||||
pkgincludedir='@pkgincludedir@'
|
||||
if [ -f $basedir/include/mysql/mysql.h ]; then
|
||||
if [ -f "$basedir/include/mysql/mysql.h" ]; then
|
||||
pkgincludedir="$basedir/include/mysql"
|
||||
elif [ -f $basedir/include/mysql.h ]; then
|
||||
elif [ -f "$basedir/include/mysql.h" ]; then
|
||||
pkgincludedir="$basedir/include"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue