- gcc barfs on -fsanitize=undefined, hmm...
This commit is contained in:
parent
388fec1a2d
commit
f2b1ddb50a
4
rpm.spec
4
rpm.spec
@ -296,7 +296,7 @@ ln -s db-%{bdbver} db
|
|||||||
#LDFLAGS=-L%{_libdir}/db%{bdbver}
|
#LDFLAGS=-L%{_libdir}/db%{bdbver}
|
||||||
%endif
|
%endif
|
||||||
CPPFLAGS="$CPPFLAGS `pkg-config --cflags nss`"
|
CPPFLAGS="$CPPFLAGS `pkg-config --cflags nss`"
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fsanitize=address -fsanitize=undefined"
|
CFLAGS="$RPM_OPT_FLAGS -fsanitize=address"
|
||||||
export CPPFLAGS CFLAGS LDFLAGS
|
export CPPFLAGS CFLAGS LDFLAGS
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
@ -528,7 +528,7 @@ exit 0
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 11 2014 Panu Matilainen <pmatilai@redhat.com> - 4.11.2-6
|
* Fri Apr 11 2014 Panu Matilainen <pmatilai@redhat.com> - 4.11.2-6
|
||||||
- build with -fsanitize=undefined and -fsanitize=address for now
|
- build with -fsanitize=address for now
|
||||||
|
|
||||||
* Tue Apr 08 2014 Panu Matilainen <pmatilai@redhat.com> - 4.11.2-5
|
* Tue Apr 08 2014 Panu Matilainen <pmatilai@redhat.com> - 4.11.2-5
|
||||||
- replace unmaintained dependency generator scripts with rpmdeps wrappers
|
- replace unmaintained dependency generator scripts with rpmdeps wrappers
|
||||||
|
Loading…
Reference in New Issue
Block a user