diff options
Diffstat (limited to 'app-shells/bash/bash-3.1_p23.ebuild')
-rw-r--r-- | app-shells/bash/bash-3.1_p23.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-shells/bash/bash-3.1_p23.ebuild b/app-shells/bash/bash-3.1_p23.ebuild index 2912f931bad0..7e9fb5554451 100644 --- a/app-shells/bash/bash-3.1_p23.ebuild +++ b/app-shells/bash/bash-3.1_p23.ebuild @@ -101,6 +101,10 @@ src_configure() { # It works fine in bash 4+. Backporting may not be worth it. filter-lto + # bash 5.3 drops unprototyped functions, earlier versions are + # incompatible with C23. + append-cflags -std=gnu17 + local myconf=( --with-installed-readline=. |