Dr. Werner Fink 2014-03-27 13:57:50 +00:00 committed by Git OBS Bridge
parent 8cc26d61f8
commit b3ccd13852
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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 \