Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 890470 Details for
Bug 929193
app-arch/libarchive-3.7.3: configure error when /bin/sh != bash
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
3.7.3-configure-fix-bashism.patch
3.7.3-configure-fix-bashism.patch (text/plain), 1.18 KB, created by
Matt Whitlock
on 2024-04-11 20:58:00 UTC
(
hide
)
Description:
3.7.3-configure-fix-bashism.patch
Filename:
MIME Type:
Creator:
Matt Whitlock
Created:
2024-04-11 20:58:00 UTC
Size:
1.18 KB
patch
obsolete
>diff -Naur a/configure.ac b/configure.ac >--- a/configure.ac 2024-04-07 22:35:55.000000000 +0000 >+++ b/configure.ac 2024-04-11 20:52:45.146423842 +0000 >@@ -662,7 +662,7 @@ > DEAD_CODE_REMOVAL="";]) > LDFLAGS=$save_LDFLAGS > >-if test "$DEAD_CODE_REMOVAL" == ""; then >+if test -z "$DEAD_CODE_REMOVAL"; then > # Macos linkers have a -dead_strip flag, which is similar to --gc-sections. > save_LDFLAGS=$LDFLAGS > LDFLAGS="$LDFLAGS -Wl,-dead_strip" >diff -Naur a/configure b/configure >--- a/configure 2024-04-07 22:35:57.000000000 +0000 >+++ b/configure 2024-04-11 20:52:45.146423842 +0000 >@@ -17815,7 +17815,7 @@ > conftest$ac_exeext conftest.$ac_ext > LDFLAGS=$save_LDFLAGS > >-if test "$DEAD_CODE_REMOVAL" == ""; then >+if test -z "$DEAD_CODE_REMOVAL"; then > # Macos linkers have a -dead_strip flag, which is similar to --gc-sections. > save_LDFLAGS=$LDFLAGS > LDFLAGS="$LDFLAGS -Wl,-dead_strip" >diff -Naur a/aclocal.m4 b/aclocal.m4 >--- a/aclocal.m4 2024-04-07 22:35:56.000000000 +0000 >+++ b/aclocal.m4 2024-04-11 20:53:38.159899793 +0000 >@@ -1,3 +1,4 @@ >+# touch > # generated automatically by aclocal 1.16.5 -*- Autoconf -*- > > # Copyright (C) 1996-2021 Free Software Foundation, Inc.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 929193
: 890470