Build with -fsanitize=address

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-06-10 19:08:57 +02:00
parent 055ecdaa97
commit 472245e661
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@
%global rpmver 4.14.90
%global snapver git14653
%global rel 1
%global rel 2
%global srcver %{version}%{?snapver:-%{snapver}}
%global srcdir %{?snapver:testing}%{!?snapver:%{name}-%(echo %{version} | cut -d'.' -f1-2).x}
@ -69,6 +69,8 @@ Requires: %{_bindir}/db_stat
Requires: popt%{_isa} >= 1.10.2.1
Requires: curl
BuildRequires: libasan
%if %{without int_bdb}
BuildRequires: libdb-devel
%endif
@ -312,6 +314,7 @@ ln -s db-%{bdbver} db
%build
%set_build_flags
export CFLAGS="$CFLAGS -fsanitize=address"
autoreconf -i -f