mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-21 22:07:39 -07:00
make: Remove patch
This commit is contained in:
parent
c15f2d9af8
commit
a54358748b
@ -1,7 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
patch -p1 < make-4.2.1.patch
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
|
@ -1,2 +1 @@
|
||||
d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589 make-4.2.1.tar.bz2
|
||||
44781fb0f5c7f44bf3a6c105150edeae483af3b78d8cb7070c59b41122df8ea6 make-4.2.1.patch
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- clean/make-4.2/glob/glob.c 2013-10-20 17:14:38.000000000 +0000
|
||||
+++ make-4.2/glob/glob.c 2018-09-18 10:16:03.860886356 +0000
|
||||
@@ -208,7 +208,7 @@
|
||||
#endif /* __GNU_LIBRARY__ || __DJGPP__ */
|
||||
|
||||
|
||||
-#if !defined __alloca && !defined __GNU_LIBRARY__
|
||||
+#if !defined __alloca && defined __GNU_LIBRARY__
|
||||
|
||||
# ifdef __GNUC__
|
||||
# undef alloca
|
@ -1,2 +1 @@
|
||||
https://ftp.gnu.org/gnu/make/make-4.2.1.tar.bz2
|
||||
patches/make-4.2.1.patch
|
||||
|
Loading…
Reference in New Issue
Block a user