make: Added patch for glibc.

This commit is contained in:
Dylan Araps 2019-06-18 19:15:14 +03:00
parent efbcdb7d79
commit b5ac280dcf
5 changed files with 116 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
patch -p1 < make-4.2.1.patch
./configure \
--prefix=/usr

View File

@ -1 +1,2 @@
d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589 make-4.2.1.tar.bz2
44781fb0f5c7f44bf3a6c105150edeae483af3b78d8cb7070c59b41122df8ea6 make-4.2.1.patch

101
repo/make/manifest Normal file
View File

@ -0,0 +1,101 @@
/var/db/kiss/make/version
/var/db/kiss/make/sources
/var/db/kiss/make/patches/make-4.2.1.patch
/var/db/kiss/make/patches/
/var/db/kiss/make/manifest
/var/db/kiss/make/checksums
/var/db/kiss/make/build
/var/db/kiss/make/
/var/db/kiss/
/var/db/
/var/
/usr/share/man/man1/make.1
/usr/share/man/man1/
/usr/share/man/
/usr/share/locale/zh_CN/LC_MESSAGES/make.mo
/usr/share/locale/zh_CN/LC_MESSAGES/
/usr/share/locale/zh_CN/
/usr/share/locale/vi/LC_MESSAGES/make.mo
/usr/share/locale/vi/LC_MESSAGES/
/usr/share/locale/vi/
/usr/share/locale/uk/LC_MESSAGES/make.mo
/usr/share/locale/uk/LC_MESSAGES/
/usr/share/locale/uk/
/usr/share/locale/tr/LC_MESSAGES/make.mo
/usr/share/locale/tr/LC_MESSAGES/
/usr/share/locale/tr/
/usr/share/locale/sv/LC_MESSAGES/make.mo
/usr/share/locale/sv/LC_MESSAGES/
/usr/share/locale/sv/
/usr/share/locale/ru/LC_MESSAGES/make.mo
/usr/share/locale/ru/LC_MESSAGES/
/usr/share/locale/ru/
/usr/share/locale/pt_BR/LC_MESSAGES/make.mo
/usr/share/locale/pt_BR/LC_MESSAGES/
/usr/share/locale/pt_BR/
/usr/share/locale/pl/LC_MESSAGES/make.mo
/usr/share/locale/pl/LC_MESSAGES/
/usr/share/locale/pl/
/usr/share/locale/nl/LC_MESSAGES/make.mo
/usr/share/locale/nl/LC_MESSAGES/
/usr/share/locale/nl/
/usr/share/locale/lt/LC_MESSAGES/make.mo
/usr/share/locale/lt/LC_MESSAGES/
/usr/share/locale/lt/
/usr/share/locale/ko/LC_MESSAGES/make.mo
/usr/share/locale/ko/LC_MESSAGES/
/usr/share/locale/ko/
/usr/share/locale/ja/LC_MESSAGES/make.mo
/usr/share/locale/ja/LC_MESSAGES/
/usr/share/locale/ja/
/usr/share/locale/it/LC_MESSAGES/make.mo
/usr/share/locale/it/LC_MESSAGES/
/usr/share/locale/it/
/usr/share/locale/id/LC_MESSAGES/make.mo
/usr/share/locale/id/LC_MESSAGES/
/usr/share/locale/id/
/usr/share/locale/hr/LC_MESSAGES/make.mo
/usr/share/locale/hr/LC_MESSAGES/
/usr/share/locale/hr/
/usr/share/locale/he/LC_MESSAGES/make.mo
/usr/share/locale/he/LC_MESSAGES/
/usr/share/locale/he/
/usr/share/locale/gl/LC_MESSAGES/make.mo
/usr/share/locale/gl/LC_MESSAGES/
/usr/share/locale/gl/
/usr/share/locale/ga/LC_MESSAGES/make.mo
/usr/share/locale/ga/LC_MESSAGES/
/usr/share/locale/ga/
/usr/share/locale/fr/LC_MESSAGES/make.mo
/usr/share/locale/fr/LC_MESSAGES/
/usr/share/locale/fr/
/usr/share/locale/fi/LC_MESSAGES/make.mo
/usr/share/locale/fi/LC_MESSAGES/
/usr/share/locale/fi/
/usr/share/locale/es/LC_MESSAGES/make.mo
/usr/share/locale/es/LC_MESSAGES/
/usr/share/locale/es/
/usr/share/locale/de/LC_MESSAGES/make.mo
/usr/share/locale/de/LC_MESSAGES/
/usr/share/locale/de/
/usr/share/locale/da/LC_MESSAGES/make.mo
/usr/share/locale/da/LC_MESSAGES/
/usr/share/locale/da/
/usr/share/locale/cs/LC_MESSAGES/make.mo
/usr/share/locale/cs/LC_MESSAGES/
/usr/share/locale/cs/
/usr/share/locale/be/LC_MESSAGES/make.mo
/usr/share/locale/be/LC_MESSAGES/
/usr/share/locale/be/
/usr/share/locale/
/usr/share/info/make.info-2
/usr/share/info/make.info-1
/usr/share/info/make.info
/usr/share/info/dir
/usr/share/info/
/usr/share/
/usr/include/gnumake.h
/usr/include/
/usr/bin/make
/usr/bin/
/usr/

View File

@ -0,0 +1,11 @@
--- 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

View File

@ -1 +1,2 @@
https://ftp.gnu.org/gnu/make/make-4.2.1.tar.bz2
patches/make-4.2.1.patch