From: Peter Michael Green Date: Sun, 22 Dec 2019 04:09:44 +0000 (+0000) Subject: Update quilt patch. X-Git-Tag: archive/raspbian/1.4.1+dfsg-1+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7cb05aa6e18097c24746ef95f30f7dcb9f505c1c;p=julia.git Update quilt patch. --- diff --git a/debian/patches/add-libatomic.patch b/debian/patches/add-libatomic.patch index 7fe6af9..a13c2f6 100644 --- a/debian/patches/add-libatomic.patch +++ b/debian/patches/add-libatomic.patch @@ -1,15 +1,15 @@ Description: Build with -latomic Author: Peter Michael Green -Last-Update: 2019-03-03 +Last-Update: 2019-12-22 ---- julia-1.0.3+dfsg.orig/Make.inc -+++ julia-1.0.3+dfsg/Make.inc -@@ -986,7 +986,7 @@ else ifneq ($(USEMSVC), 1) +--- julia-1.3.0+dfsg.orig/Make.inc ++++ julia-1.3.0+dfsg/Make.inc +@@ -1082,7 +1082,7 @@ else ifneq ($(USEMSVC), 1) endif ifeq ($(OS), Linux) --OSLIBS += -Wl,--no-as-needed -ldl -lrt -lpthread -Wl,--export-dynamic,--as-needed,--no-whole-archive $(LIBUNWIND) -+OSLIBS += -Wl,--no-as-needed -ldl -lrt -lpthread -Wl,--export-dynamic,--as-needed,--no-whole-archive $(LIBUNWIND) -latomic +-OSLIBS += -Wl,--no-as-needed -ldl -lrt -lpthread -Wl,--export-dynamic,--as-needed,--no-whole-archive ++OSLIBS += -Wl,--no-as-needed -ldl -lrt -lpthread -Wl,--export-dynamic,--as-needed,--no-whole-archive -latomic # Detect if ifunc is supported IFUNC_DETECT_SRC := 'void (*f0(void))(void) { return (void(*)(void))0L; }; void f(void) __attribute__((ifunc("f0")));' ifeq (supported, $(shell echo $(IFUNC_DETECT_SRC) | $(CC) -Werror -x c - -S -o /dev/null > /dev/null 2>&1 && echo supported))