Allow building a shared library with Fortran. --- configure | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure b/configure index f37d2fa..eb9f346 100755 --- a/configure +++ b/configure @@ -6141,12 +6141,6 @@ if test "X${enable_shared}" != "Xyes"; then enable_shared="no" fi -if test "X${enable_shared}" = "Xyes"; then - if test "X${BUILD_FORTRAN}" = "Xyes"; then - as_fn_error $? "Cannot build shared fortran libraries. Please configure with --disable-fortran flag." "$LINENO" 5 - fi -fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } -- 2.10.0 f1fed7'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ssh.scm
AgeCommit message (Expand)Author
2023-12-21gnu: openssh: Update to 9.6p1 [security-fixes]....Fixes CVE-2023-48795. * gnu/packages/ssh.scm (openssh): Update to 9.6p1. [arguments]<#:parallel-tests?>: Disable. Change-Id: I8b7707894d904ec8bcccb943908fff2e69a1a027 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Jack Hill
2023-12-21gnu: libssh: Update to 0.10.6 [security-fixes]....Fixes CVE-2023-6004, CVE-2023-48795, and CVE-2023-6918. * gnu/packages/ssh.scm (libssh): Update to 0.10.6. Change-Id: Ie9d304d78b2629f41af9836e5c7eab5df6f26bb5 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Jack Hill
2023-11-19gnu: openssh: Update to 9.5p1....* gnu/packages/ssh.scm (openssh): Update to 9.5p1. Change-Id: I7347258f801e97045774a27e4c30b82fff2ff73e Tobias Geerinckx-Rice
2023-10-15gnu: mosh: Prepare for cross-building....Currently blocked by protobuf. * gnu/packages/ssh.scm (mosh)[arguments]: Use SEARCH-INPUT-FILE. Tobias Geerinckx-Rice
2023-10-15gnu: mosh: Update package style....* gnu/packages/ssh.scm (mosh)[arguments]: Use G-expressions. Don't explicitly return #t from phases. [inputs]: Remove input labels. Tobias Geerinckx-Rice
2023-08-06gnu: openssh: Update to 9.4p1....* gnu/packages/ssh.scm (openssh): Update to 9.4p1. [source]: Remove upstreamed Hurd patch. * gnu/packages/patches/openssh-hurd.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice
2023-07-16gnu: openssh: Use G-expressions....* gnu/packages/ssh.scm (openssh)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-16gnu: openssh: Remove input labels....* gnu/packages/ssh.scm (openssh)[inputs]: Remove input labels. (openssh-sans-x)[inputs]: Use MODIFY-INPUTS. Tobias Geerinckx-Rice
2023-07-16gnu: openssh: Update to 9.3p2....* gnu/packages/ssh.scm (openssh): Update to 9.3p2. Tobias Geerinckx-Rice
2023-07-01gnu: libssh: Update to 0.10.5....* gnu/packages/ssh.scm (libssh): Update to 0.10.5. Signed-off-by: Christopher Baines <mail@cbaines.net> hako
2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused. Janneke Nieuwenhuizen