- Update to 1.20.7:
- Adapt patches to changed sources. - Add patch to pass the directory for gpm.h when generating dependencies: gpm-dependencies.patch - Add patch that enables the creation of the libgpm.so symlink again and installs it: gpm-do_create_symlink.patch - Removed patches not needed anymore: gpm-gcc4.3.patch gpm-libtool.patch config-guess-sub-update.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/gpm?expand=0&rev=25
This commit is contained in:
committed by
Git OBS Bridge
parent
4482c29adb
commit
e34d9fc588
@@ -2,11 +2,16 @@ Note that GCC 4.0 will optimize ceil (constant), we therefore
|
||||
have to make the argument non-constant.
|
||||
|
||||
================================================================================
|
||||
Index: configure.ac
|
||||
---
|
||||
configure.ac.footer | 20 ++++++++++++++++++++
|
||||
src/Makefile.in | 3 ++-
|
||||
2 files changed, 22 insertions(+), 1 deletion(-)
|
||||
|
||||
Index: configure.ac.footer
|
||||
===================================================================
|
||||
--- configure.ac.orig 2009-02-09 10:58:53.000000000 +0100
|
||||
+++ configure.ac 2010-09-08 16:10:06.434722846 +0200
|
||||
@@ -108,6 +108,25 @@ fi
|
||||
--- configure.ac.footer.orig 2012-10-26 23:21:38.000000000 +0200
|
||||
+++ configure.ac.footer 2013-04-16 12:21:01.350791832 +0200
|
||||
@@ -112,6 +112,25 @@ fi
|
||||
AC_CHECK_FUNCS(vsyslog syslog)
|
||||
AC_FUNC_ALLOCA
|
||||
|
||||
@@ -32,28 +37,19 @@ Index: configure.ac
|
||||
case $with_curses in
|
||||
No|no|N|n) SHARED_LIBS=-lc ;;
|
||||
*)
|
||||
@@ -138,6 +157,7 @@ AC_SUBST(ELISP)
|
||||
@@ -142,6 +161,7 @@ AC_SUBST(ELISP)
|
||||
AC_SUBST(SHLIB)
|
||||
AC_SUBST(PICFLAGS)
|
||||
AC_SUBST(SOLDFLAGS)
|
||||
+AC_SUBST(SYNLDFLAGS)
|
||||
AC_SUBST(LIBGPM_A)
|
||||
AC_SUBST(CURSES_OBJS)
|
||||
AC_SUBST(SHARED_LIBS)
|
||||
AC_SUBST(lispdir)
|
||||
Index: src/Makefile.in
|
||||
===================================================================
|
||||
--- src/Makefile.in.orig 2010-09-08 16:06:46.812997967 +0200
|
||||
+++ src/Makefile.in 2010-09-08 16:09:40.464506680 +0200
|
||||
@@ -82,7 +82,7 @@ prog/%: prog/%.o
|
||||
all: gpm lib/libgpm.so.@abi_lev@ lib/libgpm.a $(PROG)
|
||||
|
||||
gpm: $(GOBJ)
|
||||
- $(CC) @LDFLAGS@ $(LDFLAGS) -o $@ $(GOBJ) @LIBS@ $(LIBS) -lm
|
||||
+ $(CC) @LDFLAGS@ @SYNLDFLAGS@ -o $@ $(GOBJ) @LIBS@ $(LIBS) -lm
|
||||
|
||||
# construct dependings of sourcefiles and link sourcefiles
|
||||
$(DEPFILE) dep: prog/gpm-root.c
|
||||
@@ -164,7 +164,8 @@ lib/libgpm.a: $(LOBJ)
|
||||
--- src/Makefile.in.orig 2013-04-16 12:18:43.719054511 +0200
|
||||
+++ src/Makefile.in 2013-04-16 12:18:43.762053491 +0200
|
||||
@@ -166,7 +166,8 @@ lib/libgpm.a: $(LOBJ)
|
||||
|
||||
lib/libgpm.so.@abi_full@: $(PICS)
|
||||
$(CC) @SOLDFLAGS@libgpm.so.@abi_lev@ \
|
||||
|
Reference in New Issue
Block a user