summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-02 23:28:07 +0200
committerLudovic Courtès <ludo@gnu.org>2014-06-02 23:28:07 +0200
commit0497ba3b260527d4184a0fcb22d6ab30e5e11a63 (patch)
tree69bae9b9ec9b3e4930938607a98e639e4ef1bc61 /gnu/packages/patches
parentbc046a94dec2afadbc1ee3957f13098a8d8b393c (diff)
Revert "gnu: hurd: Add Hurd Minimal."
This reverts commit bc046a94dec2afadbc1ee3957f13098a8d8b393c, which referred to uncommitted things ('glibc/hurd-headers'.)
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/hurd-minimal.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/patches/hurd-minimal.patch b/gnu/packages/patches/hurd-minimal.patch
deleted file mode 100644
index 72322fff97..0000000000
--- a/gnu/packages/patches/hurd-minimal.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-We need to disable linking with glibc in order to build
-libihash, which is a dependency of glibc.
-After the flag AC_NO_EXECUTABLES is passed, linking is
-not allowed so we disable those tests.
-
-diff --git a/configure.ac b/configure.ac
-index f8856db..a381219 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -297,9 +297,9 @@ AC_SUBST([XKB_BASE])
- AC_DEFINE_UNQUOTED([X11_PREFIX], "$X11_PREFIX")
- AC_SUBST([X11_KEYSYMDEF_H])
-
--# Check for Sun RPC headers and library.
-+# Check only for Sun RPC headers. We do not need the library yet.
- AC_CHECK_HEADER([rpc/types.h], [HAVE_SUN_RPC=yes], [HAVE_SUN_RPC=no])
--AC_SEARCH_LIBS([clnt_create], [], [:], [HAVE_SUN_RPC=no])
-+# AC_SEARCH_LIBS([clnt_create], [], [:], [HAVE_SUN_RPC=no])
- AC_SUBST([HAVE_SUN_RPC])
-
- if test -f ./$ac_unique_file; then