SHA256
1
0
forked from pool/mariadb

- not building embedded server as we don't ship it anyway and it

adds some unresolvable dependencies

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=48
This commit is contained in:
Michal Hrusecky (old before rename to _miska_) 2011-08-16 13:52:19 +00:00 committed by Git OBS Bridge
parent 321f5bda13
commit a746ae12e0
2 changed files with 7 additions and 1 deletions

View File

@ -69,7 +69,7 @@ BuildMySQL() {
popd
}
# Build the client, extra tools, libraries
BuildMySQL "" --with-embedded-server
BuildMySQL "" --without-embedded-server
# build mysqld-debug
BuildMySQL "-debug" --with-debug --without-embedded-server

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 16 15:50:27 CEST 2011 - mhrusecky@suse.cz
- not building embedded server as we don't ship it anyway and it
adds some unresolvable dependencies
-------------------------------------------------------------------
Wed Jul 27 13:51:14 CEST 2011 - mhrusecky@suse.cz