SHA256
1
0
forked from pool/emacs

ARM and -fPIC in libgnu.a

OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=251
This commit is contained in:
Dr. Werner Fink 2018-06-08 11:19:42 +00:00 committed by Git OBS Bridge
parent a612e36798
commit 14f698de1d

View File

@ -5,6 +5,7 @@
doc/man/etags.1 | 20 ++++----
lib-src/Makefile.in | 6 +-
lib-src/pop.c | 1
lib/Makefile.in | 2
lisp/cmuscheme.el | 3 -
lisp/international/mule-cmds.el | 1
lisp/net/ange-ftp.el | 8 +--
@ -16,7 +17,7 @@
site-lisp/term/kvt.el | 97 ++++++++++++++++++++++++++++++++++++++++
site-lisp/term/linux.el | 79 ++++++++++++++++++++++++++++++++
site-lisp/term/locale.el | 13 +++++
17 files changed, 447 insertions(+), 32 deletions(-)
18 files changed, 449 insertions(+), 32 deletions(-)
--- Makefile.in
+++ Makefile.in 2018-05-29 13:07:53.479965338 +0000
@ -201,6 +202,17 @@
#ifdef WINDOWSNT
#include "ntlib.h"
#undef _WIN32_WINNT
--- lib/Makefile.in
+++ lib/Makefile.in 2018-06-08 11:18:36.604027828 +0000
@@ -50,6 +50,8 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
+override CFLAGS := $(CFLAGS) -fPIC
+
ALL_CFLAGS= \
$(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) $(DEPFLAGS) \
$(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) $(PROFILING_CFLAGS) $(CFLAGS) \
--- lisp/cmuscheme.el
+++ lisp/cmuscheme.el 2018-05-29 13:07:56.015919030 +0000
@@ -241,7 +241,8 @@ is run).