diff options
Diffstat (limited to 'app-shells/bash/bash-4.0_p44.ebuild')
| -rw-r--r-- | app-shells/bash/bash-4.0_p44.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-4.0_p44.ebuild b/app-shells/bash/bash-4.0_p44.ebuild index 62b57fd03b03..83095fd10267 100644 --- a/app-shells/bash/bash-4.0_p44.ebuild +++ b/app-shells/bash/bash-4.0_p44.ebuild @@ -99,7 +99,7 @@ src_prepare() { src_configure() { # bash 5.3 drops unprototyped functions, earlier versions are # incompatible with C23. - append-cflags -std=gnu17 + append-cflags $(test-flags-CC -std=gnu17) local myconf=( --with-installed-readline=. |
