25 lines
604 B
Diff
25 lines
604 B
Diff
From: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
|
|
Date: Thu, 13 Dec 2018 23:27:45 +0100
|
|
Subject: config-hurd
|
|
|
|
===================================================================
|
|
---
|
|
config | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/config b/config
|
|
index c8a3b5897d26..cd9d328dd470 100755
|
|
--- a/config
|
|
+++ b/config
|
|
@@ -170,8 +170,8 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
|
|
echo "${MACHINE}-whatever-linux1"; exit 0
|
|
;;
|
|
|
|
- GNU*)
|
|
- echo "hurd-x86"; exit 0;
|
|
+ GNU:*|GNU/*:*)
|
|
+ echo "${MACHINE}-gnuish"; exit 0;
|
|
;;
|
|
|
|
LynxOS:*)
|