Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit e1beffb

Browse files
author
Matthias Koeppe
committed
build/pkgs/openssl/spkg-install.in: Widen the pattern for 'gcc -dumpmachine' so it also matches i686-redhat-linux for fedora
1 parent a765156 commit e1beffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/openssl/spkg-install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "Configuring openssl for target reported by $CC -dumpmachine: $target"
1414
case "$target" in
1515
# Trac #31538: On 64 bit kernels running a 32 bit system, use the target of
1616
# the configured compiler
17-
i?86-linux-gnu)
17+
i?86-*linux*)
1818
extra_config_args="linux-x86"
1919
;;
2020
esac

0 commit comments

Comments
 (0)