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:
parent
a612e36798
commit
14f698de1d
@ -5,6 +5,7 @@
|
|||||||
doc/man/etags.1 | 20 ++++----
|
doc/man/etags.1 | 20 ++++----
|
||||||
lib-src/Makefile.in | 6 +-
|
lib-src/Makefile.in | 6 +-
|
||||||
lib-src/pop.c | 1
|
lib-src/pop.c | 1
|
||||||
|
lib/Makefile.in | 2
|
||||||
lisp/cmuscheme.el | 3 -
|
lisp/cmuscheme.el | 3 -
|
||||||
lisp/international/mule-cmds.el | 1
|
lisp/international/mule-cmds.el | 1
|
||||||
lisp/net/ange-ftp.el | 8 +--
|
lisp/net/ange-ftp.el | 8 +--
|
||||||
@ -16,7 +17,7 @@
|
|||||||
site-lisp/term/kvt.el | 97 ++++++++++++++++++++++++++++++++++++++++
|
site-lisp/term/kvt.el | 97 ++++++++++++++++++++++++++++++++++++++++
|
||||||
site-lisp/term/linux.el | 79 ++++++++++++++++++++++++++++++++
|
site-lisp/term/linux.el | 79 ++++++++++++++++++++++++++++++++
|
||||||
site-lisp/term/locale.el | 13 +++++
|
site-lisp/term/locale.el | 13 +++++
|
||||||
17 files changed, 447 insertions(+), 32 deletions(-)
|
18 files changed, 449 insertions(+), 32 deletions(-)
|
||||||
|
|
||||||
--- Makefile.in
|
--- Makefile.in
|
||||||
+++ Makefile.in 2018-05-29 13:07:53.479965338 +0000
|
+++ Makefile.in 2018-05-29 13:07:53.479965338 +0000
|
||||||
@ -201,6 +202,17 @@
|
|||||||
#ifdef WINDOWSNT
|
#ifdef WINDOWSNT
|
||||||
#include "ntlib.h"
|
#include "ntlib.h"
|
||||||
#undef _WIN32_WINNT
|
#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
|
||||||
+++ lisp/cmuscheme.el 2018-05-29 13:07:56.015919030 +0000
|
+++ lisp/cmuscheme.el 2018-05-29 13:07:56.015919030 +0000
|
||||||
@@ -241,7 +241,8 @@ is run).
|
@@ -241,7 +241,8 @@ is run).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user