Build with libtirpc on all architectures because glibc no longer provides SunRPC support. diff --git a/configure b/configure --- a/configure +++ b/configure @@ -23635,10 +23635,13 @@ *-pc-cygwin*) LIBS="$LIBS -ltirpc" CPPFLAGS="$CPPFLAGS -I/usr/include/tirpc" ;; + *-linux-gnu) + LIBS="$LIBS -ltirpc" + CPPFLAGS="$CPPFLAGS" ;; *) ;; esac -if test "X$BUILD_XDR" != "Xyes"; then +if test "X$BUILD_XDR" = "Xyes"; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -23693,9 +23696,9 @@ ## but we need to make sure that it is present on the system. Do that here, ## The SunRPC of the glibc has been replaced by a TI-RPC (Transport Independent RPC) library for IPv6 support case "$host" in - *-pc-cygwin*) + *) HAVE_RPC="yes" - ac_fn_c_check_header_mongrel "$LINENO" "rpc.h" "ac_cv_header_rpc_h" "$ac_includes_default" + ac_fn_c_check_header_mongrel "$LINENO" "rpc/rpc.h" "ac_cv_header_rpc_h" "$ac_includes_default" if test "x$ac_cv_header_rpc_h" = xyes; then : : else ref='/guix/'>summaryrefslogtreecommitdiff
path: root/gnu/system
AgeCommit message (Expand)Author
2024-01-17image: Consider grub-efi-removable-bootloader to be EFI bootloader....Tomas Volf
2024-01-17system: default-zprofile: Sync with home zprofile....Efraim Flashner
2024-01-17system: Add default guix-home-config....Efraim Flashner
2024-01-17system: Export default guile config....Efraim Flashner
2024-01-17system: Export default nanorc....Efraim Flashner
2024-01-17system: Export default gdbinit....Efraim Flashner
2024-01-17system: Export default xdefaults....Efraim Flashner
2024-01-17system: Export default zprofile....Efraim Flashner
2024-01-17system: Export default bash-profile....Efraim Flashner
2024-01-14mapped-devices: Allow unlocking by a key file....Tomas Volf
2024-01-08system: hurd: Use the Shepherd 0.10.x....Ludovic Courtès
2024-01-08scripts: system: Build layered images....Oleg Pykhalov
2023-12-30gnu: vm-image.tmpl: Improve SPICE dynamic resizing....Maxim Cournoyer
2023-12-22images: Add orangepi-r1-plus-lts image....Herman Rimm
2023-12-10file-systems: Add tracefs to %pseudo-file-system-types....Leo Nikkilä
2023-12-02gnu: Use ‘libc-utf8-locales-for-target’....Janneke Nieuwenhuizen