This commit is contained in:
parent
55b3f48cc3
commit
7c887c9c38
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 11 22:22:40 CEST 2009 - coolo@novell.com
|
||||
|
||||
|
7
gpm.spec
7
gpm.spec
@ -32,7 +32,7 @@ Obsoletes: gpm-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 1.20.1
|
||||
Release: 453
|
||||
Release: 454
|
||||
Summary: Console Mouse Support
|
||||
Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2
|
||||
Source1: rcgpm
|
||||
@ -98,6 +98,9 @@ Authors:
|
||||
cp %{S:1} %{S:2} %{S:3} .
|
||||
|
||||
%build
|
||||
# This package failed when testing with -Wl,-as-needed being default.
|
||||
# So we disable it here, if you want to retest, just delete this comment and the line below.
|
||||
export SUSE_ASNEEDED=0
|
||||
autoreconf -fi
|
||||
CFLAGS="$RPM_OPT_FLAGS -DQUIET_LIBGPM" \
|
||||
%configure \
|
||||
@ -181,6 +184,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/var/adm/fillup-templates/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2009 coolo@novell.com
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
* Thu Jun 11 2009 coolo@novell.com
|
||||
- fix build with glibc 2.10
|
||||
* Wed Dec 10 2008 olh@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user