Comments - CentOS RPM binary ./configure options ?

12 years, 11 months ago openiduser7

I think i answered my own question by looking at /usr/bin/mysql for MariaDB 5.2.5 CentOS RPM 64Bit install i find.

VERSION="5.2.5-MariaDB-mariadb99"
COMPILATION_COMMENT="(MariaDB - http://mariadb.com/)"
BUGmysql="maria-developers@lists.launchpad.net"
# This is set by configure
COMP_CALL_INFO="CC='gcc'  CFLAGS='-O2 -fno-omit-frame-pointer  -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'  CXX='g++'  CXXFLAGS='-O2 -fno-omit-frame-pointer -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'  LDFLAGS=''  ASFLAGS=''"
COMP_RUN_INFO="CC='gcc'  CFLAGS=' -O2 -fno-omit-frame-pointer  -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DUNIV_LINUX'  CXX='g++'  CXXFLAGS=' -O2 -fno-omit-frame-pointer -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -fno-implicit-templates -fno-exceptions -fno-rtti'  LDFLAGS=' -rdynamic '  ASFLAGS=''"
CONFIGURE_LINE="./configure '--disable-shared' '--with-server-suffix=-mariadb99' '--without-bench' '--with-big-tables' '--with-libwrap' '--with-libevent' '--with-zlib-dir=bundled' '--with-partition' '--with-embedded-server' '--with-plugins=max-no-ndb' '--without-plugin-innodb_plugin' '--enable-local-infile' '--with-mysqld-user=mysql' '--with-unix-socket-path=/var/lib/mysql/mysql.sock' '--with-pic' '--prefix=/' '--without-docs' '--with-extra-charsets=all' '--with-ssl' '--exec-prefix=/usr' '--libexecdir=/usr/sbin' '--libdir=/usr/lib64' '--sysconfdir=/etc' '--datadir=/usr/share' '--localstatedir=/var/lib/mysql' '--infodir=/usr/share/info' '--includedir=/usr/include' '--mandir=/usr/share/man' '--enable-thread-safe-client' '--enable-shared' '--enable-static' '--with-comment=(MariaDB - http://mariadb.com/)' '--with-readline' 'CC=gcc' 'CFLAGS=-O2 -fno-omit-frame-pointer  -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'CXXFLAGS=-O2 -fno-omit-frame-pointer -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'CXX=g++' 'LDFLAGS='"
 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.