forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=146
This commit is contained in:
parent
8cc26d61f8
commit
b3ccd13852
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 13:57:11 UTC 2014 - werner@suse.de
|
||||
|
||||
- Make sure that libgpm is always loaded dynamically
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 09:04:28 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -379,6 +379,10 @@ rm -vf mk-dlls.sh
|
||||
# libtinfo (is linked with) and therefore there is no
|
||||
# advantage about splitting of a libtinfo (IMHO).
|
||||
#
|
||||
%if 0%{?suse_version} > 1310
|
||||
SO=$(rpm -ql gpm-devel|grep %{_libdir})
|
||||
SO=%{_libdir}/$(readlink $SO)
|
||||
%endif
|
||||
touch --reference=README config.sub config.guess
|
||||
> $SCREENLOG
|
||||
tail -q -s 0.5 -f $SCREENLOG & pid=$!
|
||||
@ -393,7 +397,11 @@ rm -vf mk-dlls.sh
|
||||
--with-manpage-renames=${PWD}/man/man_db.renames \
|
||||
--with-manpage-aliases \
|
||||
--with-ospeed=speed_t \
|
||||
%if 0%{?suse_version} > 1310
|
||||
--with-gpm=$SO \
|
||||
%else
|
||||
--with-gpm \
|
||||
%endif
|
||||
--with-dlsym \
|
||||
--with-termlib=tinfo \
|
||||
--with-ticlib=tic \
|
||||
|
Loading…
Reference in New Issue
Block a user