mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 16:06:59 +02:00
sys-devel/libtool: Sync with Gentoo
It's from Gentoo commit 79b33c73e995c90c6c74c753b4bc37452ab32c2e.
This commit is contained in:
parent
44a8b2368e
commit
cf9d2334e6
@ -1,46 +0,0 @@
|
|||||||
Patch by Alan Hourihane
|
|
||||||
|
|
||||||
http://bugs.gentoo.org/show_bug.cgi?id=266984
|
|
||||||
|
|
||||||
--- a/configure
|
|
||||||
+++ b/configure
|
|
||||||
@@ -5897,6 +5897,11 @@
|
|
||||||
lt_cv_sys_max_cmd_len=8192;
|
|
||||||
;;
|
|
||||||
|
|
||||||
+ mint*)
|
|
||||||
+ # On MiNT this can take a long time and run out of memory.
|
|
||||||
+ lt_cv_sys_max_cmd_len=8192;
|
|
||||||
+ ;;
|
|
||||||
+
|
|
||||||
amigaos*)
|
|
||||||
# On AmigaOS with pdksh, this test takes hours, literally.
|
|
||||||
# So we just punt and use a minimum line length of 8192.
|
|
||||||
--- a/libltdl/configure
|
|
||||||
+++ b/libltdl/configure
|
|
||||||
@@ -4782,6 +4782,11 @@
|
|
||||||
lt_cv_sys_max_cmd_len=8192;
|
|
||||||
;;
|
|
||||||
|
|
||||||
+ mint*)
|
|
||||||
+ # On MiNT this can take a long time and run out of memory.
|
|
||||||
+ lt_cv_sys_max_cmd_len=8192;
|
|
||||||
+ ;;
|
|
||||||
+
|
|
||||||
amigaos*)
|
|
||||||
# On AmigaOS with pdksh, this test takes hours, literally.
|
|
||||||
# So we just punt and use a minimum line length of 8192.
|
|
||||||
--- a/m4/libtool.m4
|
|
||||||
+++ b/m4/libtool.m4
|
|
||||||
@@ -1708,6 +1708,11 @@
|
|
||||||
lt_cv_sys_max_cmd_len=8192;
|
|
||||||
;;
|
|
||||||
|
|
||||||
+ mint*)
|
|
||||||
+ # On MiNT this can take a long time and run out of memory.
|
|
||||||
+ lt_cv_sys_max_cmd_len=8192;
|
|
||||||
+ ;;
|
|
||||||
+
|
|
||||||
amigaos*)
|
|
||||||
# On AmigaOS with pdksh, this test takes hours, literally.
|
|
||||||
# So we just punt and use a minimum line length of 8192.
|
|
@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
|
|||||||
inherit git-r3
|
inherit git-r3
|
||||||
else
|
else
|
||||||
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
|
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
|
||||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DESCRIPTION="A shared library tool for developers"
|
DESCRIPTION="A shared library tool for developers"
|
||||||
@ -41,7 +41,6 @@ PATCHES=(
|
|||||||
# bug #581314
|
# bug #581314
|
||||||
"${FILESDIR}"/${PN}-2.4.6-ppc64le.patch
|
"${FILESDIR}"/${PN}-2.4.6-ppc64le.patch
|
||||||
|
|
||||||
"${FILESDIR}"/${PN}-2.4.6-mint.patch
|
|
||||||
"${FILESDIR}"/${PN}-2.2.6a-darwin-module-bundle.patch
|
"${FILESDIR}"/${PN}-2.2.6a-darwin-module-bundle.patch
|
||||||
"${FILESDIR}"/${PN}-2.4.6-darwin-use-linux-version.patch
|
"${FILESDIR}"/${PN}-2.4.6-darwin-use-linux-version.patch
|
||||||
"${FILESDIR}"/${PN}-2.4.7-werror-lto.patch
|
"${FILESDIR}"/${PN}-2.4.7-werror-lto.patch
|
||||||
|
@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
|
|||||||
inherit git-r3
|
inherit git-r3
|
||||||
else
|
else
|
||||||
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
|
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
|
||||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DESCRIPTION="A shared library tool for developers"
|
DESCRIPTION="A shared library tool for developers"
|
||||||
@ -40,7 +40,6 @@ PATCHES=(
|
|||||||
# bug #581314
|
# bug #581314
|
||||||
"${FILESDIR}"/${PN}-2.4.6-ppc64le.patch
|
"${FILESDIR}"/${PN}-2.4.6-ppc64le.patch
|
||||||
|
|
||||||
"${FILESDIR}"/${PN}-2.4.6-mint.patch
|
|
||||||
"${FILESDIR}"/${PN}-2.2.6a-darwin-module-bundle.patch
|
"${FILESDIR}"/${PN}-2.2.6a-darwin-module-bundle.patch
|
||||||
"${FILESDIR}"/${PN}-2.4.6-darwin-use-linux-version.patch
|
"${FILESDIR}"/${PN}-2.4.6-darwin-use-linux-version.patch
|
||||||
)
|
)
|
||||||
|
@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
|
|||||||
inherit git-r3
|
inherit git-r3
|
||||||
else
|
else
|
||||||
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
|
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DESCRIPTION="A shared library tool for developers"
|
DESCRIPTION="A shared library tool for developers"
|
||||||
@ -41,7 +41,6 @@ PATCHES=(
|
|||||||
# bug #581314
|
# bug #581314
|
||||||
"${FILESDIR}"/${PN}-2.4.6-ppc64le.patch
|
"${FILESDIR}"/${PN}-2.4.6-ppc64le.patch
|
||||||
|
|
||||||
"${FILESDIR}"/${PN}-2.4.6-mint.patch
|
|
||||||
"${FILESDIR}"/${PN}-2.2.6a-darwin-module-bundle.patch
|
"${FILESDIR}"/${PN}-2.2.6a-darwin-module-bundle.patch
|
||||||
"${FILESDIR}"/${PN}-2.4.6-darwin-use-linux-version.patch
|
"${FILESDIR}"/${PN}-2.4.6-darwin-use-linux-version.patch
|
||||||
"${FILESDIR}"/${PN}-2.4.7-grep-3.8.patch
|
"${FILESDIR}"/${PN}-2.4.7-grep-3.8.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user