diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-01-20 22:37:58 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-01-21 08:59:47 +0100 |
commit | ad9f88ee031d17270554ccca814496cf55f25bc5 (patch) | |
tree | 98e0b5a6f28eeb921ad5fd2e2808bdac6a5428bb /source/d/make/make.glibc-2.27.glob.diff | |
parent | d91db02b2d01d4c118deb0b0e56b7867b777df81 (diff) | |
download | current-ad9f88ee031d17270554ccca814496cf55f25bc5.tar.gz |
Mon Jan 20 22:37:58 UTC 202020200120223758
a/aaa_terminfo-6.1_20200118-x86_64-1.txz: Upgraded.
d/make-4.3-x86_64-1.txz: Upgraded.
d/python-setuptools-45.1.0-x86_64-1.txz: Upgraded.
l/ncurses-6.1_20200118-x86_64-1.txz: Upgraded.
n/alpine-2.22-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-68.4.2esr-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/firefox/68.4.2/releasenotes/
https://bugzilla.mozilla.org/show_bug.cgi?id=1602726
Diffstat (limited to 'source/d/make/make.glibc-2.27.glob.diff')
-rw-r--r-- | source/d/make/make.glibc-2.27.glob.diff | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/source/d/make/make.glibc-2.27.glob.diff b/source/d/make/make.glibc-2.27.glob.diff deleted file mode 100644 index 8d795f89..00000000 --- a/source/d/make/make.glibc-2.27.glob.diff +++ /dev/null @@ -1,32 +0,0 @@ -diff -u -r make-4.2.1.orig/glob/glob.c make-4.2.1/glob/glob.c ---- make-4.2.1.orig/glob/glob.c 2013-10-20 12:14:38.000000000 -0500 -+++ make-4.2.1/glob/glob.c 2018-02-16 14:41:18.956182332 -0600 -@@ -208,28 +208,9 @@ - #endif /* __GNU_LIBRARY__ || __DJGPP__ */ - - --#if !defined __alloca && !defined __GNU_LIBRARY__ -- --# ifdef __GNUC__ --# undef alloca --# define alloca(n) __builtin_alloca (n) --# else /* Not GCC. */ --# ifdef HAVE_ALLOCA_H - # include <alloca.h> --# else /* Not HAVE_ALLOCA_H. */ --# ifndef _AIX --# ifdef WINDOWS32 --# include <malloc.h> --# else --extern char *alloca (); --# endif /* WINDOWS32 */ --# endif /* Not _AIX. */ --# endif /* sparc or HAVE_ALLOCA_H. */ --# endif /* GCC. */ -- - # define __alloca alloca - --#endif - - #ifndef __GNU_LIBRARY__ - # define __stat stat |