all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 72322fff979399781c92a8370eb2279ff226bc5e 789 bytes (raw)
name: gnu/packages/patches/hurd-minimal.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
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

debug log:

solving 72322ff ...
found 72322ff in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.