X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpatches%2Fcommon%2Fmysql-5.5.28-fix_client_only-1.patch;fp=stage3%2Fpatches%2Fcommon%2Fmysql-5.5.28-fix_client_only-1.patch;h=b87ab7fde90270cb0a3ddf9ce0a85192f1d1962e;hb=f17ab848cb756cad27489bf0c2746e5ead466658;hp=0000000000000000000000000000000000000000;hpb=a1358efe562a4e73ef23f25c606a346f684e1c93;p=hvlinux.git diff --git a/stage3/patches/common/mysql-5.5.28-fix_client_only-1.patch b/stage3/patches/common/mysql-5.5.28-fix_client_only-1.patch new file mode 100644 index 0000000..b87ab7f --- /dev/null +++ b/stage3/patches/common/mysql-5.5.28-fix_client_only-1.patch @@ -0,0 +1,23 @@ +Submitted By: Ragnar Thomsen (rthomsen at linuxfromscratch dot org) +Date: 2012-08-15 +Initial Package Version: 5.5.27 +Origin: MySQL Bugzilla +Description: Fixes building MySQL with the -DWITHOUT_SERVER=ON option + +--- mysql/CMakeLists.txt 2012-08-03 16:37:52.234629566 -0400 ++++ mysql.new/CMakeLists.txt 2012-08-03 16:35:47.797340969 -0400 +@@ -320,6 +320,13 @@ + IF(UNIX) + ADD_SUBDIRECTORY(man) + ENDIF() ++ELSE() ++ ADD_SUBDIRECTORY(client) ++ ADD_SUBDIRECTORY(sql/share) ++ ADD_SUBDIRECTORY(scripts) ++ IF(UNIX) ++ ADD_SUBDIRECTORY(man) ++ ENDIF() + ENDIF() + + INCLUDE(cmake/abi_check.cmake) +