Dr. Werner Fink 2017-12-22 11:45:11 +00:00 committed by Git OBS Bridge
parent 27ebc5594d
commit 0010705a16
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 22 11:44:19 UTC 2017 - werner@suse.de
- Disable memory leak checking (boo#1070450)
-------------------------------------------------------------------
Mon Dec 18 07:22:49 UTC 2017 - werner@suse.de

View File

@ -22,6 +22,7 @@
%else
%bcond_with symversion
%endif
%bcond_with memleakck
Name: ncurses
#!BuildIgnore: terminfo
@ -413,7 +414,9 @@ rm -vf mk-dlls.sh
--disable-overwrite \
--disable-rpath \
--disable-rpath-hack \
%if %{with memleakck}
--disable-leaks \
%endif
--disable-xmc-glitch \
--enable-symlinks \
--enable-big-core \