forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=343
This commit is contained in:
parent
27ebc5594d
commit
0010705a16
@ -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
|
Mon Dec 18 07:22:49 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with symversion
|
%bcond_with symversion
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_with memleakck
|
||||||
|
|
||||||
Name: ncurses
|
Name: ncurses
|
||||||
#!BuildIgnore: terminfo
|
#!BuildIgnore: terminfo
|
||||||
@ -413,7 +414,9 @@ rm -vf mk-dlls.sh
|
|||||||
--disable-overwrite \
|
--disable-overwrite \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-rpath-hack \
|
--disable-rpath-hack \
|
||||||
|
%if %{with memleakck}
|
||||||
--disable-leaks \
|
--disable-leaks \
|
||||||
|
%endif
|
||||||
--disable-xmc-glitch \
|
--disable-xmc-glitch \
|
||||||
--enable-symlinks \
|
--enable-symlinks \
|
||||||
--enable-big-core \
|
--enable-big-core \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user