SHA256
1
0
forked from pool/mariadb

Accepting request 195857 from home:elvigia:branches:server:database

- Build with -DOPENSSL_LOAD_CONF so mariadb respects 
  and load the system's openSSL configuration.

OBS-URL: https://build.opensuse.org/request/show/195857
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=133
This commit is contained in:
Michal Hrusecky (old before rename to _miska_) 2013-08-29 09:21:55 +00:00 committed by Git OBS Bridge
parent 6acdee27dc
commit 08c02b54f5
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export EXTRA_FLAGS=" -Wno-unused-but-set-variable -fno-strict-aliasing -Wno-unus
%ifarch ppc64
export EXTRA_FLAGS=" -mminimal-toc "
%endif
export CFLAGS="$RPM_OPT_FLAGS -DPIC -fPIC -DFORCE_INIT_OF_VARS $EXTRA_FLAGS "
export CFLAGS="$RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF -DPIC -fPIC -DFORCE_INIT_OF_VARS $EXTRA_FLAGS "
export CXXFLAGS="$CFLAGS -fno-exceptions -fno-rtti"
%if 0%{use_cmake} < 1

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 22 03:04:45 UTC 2013 - crrodriguez@opensuse.org
- Build with -DOPENSSL_LOAD_CONF so mariadb respects
and load the system's openSSL configuration.
-------------------------------------------------------------------
Wed Aug 21 14:52:43 CEST 2013 - mhrusecky@suse.cz