From 93f70feb767cb11033b21f2c3d6ea1487f971e27 Mon Sep 17 00:00:00 2001 From: Frank Halasz Date: Sun, 1 Mar 2026 03:04:55 -0800 Subject: [PATCH] Add libbsd as a dependency when creating the .deb installer files for linux and wsl*. This is to support the use of strlcat on systems where glibc does contain strlcat (versions<2.38). --- installers/deb/control-linux | 2 +- installers/deb/control-wsl1 | 2 +- installers/deb/control-wsl2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installers/deb/control-linux b/installers/deb/control-linux index 8fee0cd4..8cfd5490 100644 --- a/installers/deb/control-linux +++ b/installers/deb/control-linux @@ -5,5 +5,5 @@ Maintainer: info@interlisp.org Description: Medley Interlisp for Linux Homepage: https://github.com/interlisp/medley Architecture: --ARCH-- -Depends: man-db, xdg-utils +Depends: man-db, xdg-utils, libbsd0 diff --git a/installers/deb/control-wsl1 b/installers/deb/control-wsl1 index 20f76b6e..b2b40e98 100644 --- a/installers/deb/control-wsl1 +++ b/installers/deb/control-wsl1 @@ -5,5 +5,5 @@ Maintainer: info@interlisp.org Description: Medley Interlisp for Linux Homepage: https://github.com/interlisp/medley Architecture: --ARCH-- -Depends: wslu ( >= 4.1 ) | wslu ( << 4.0 ), tigervnc-standalone-server, tigervnc-xorg-extension +Depends: wslu ( >= 4.1 ) | wslu ( << 4.0 ), tigervnc-standalone-server, tigervnc-xorg-extension, libbsd0 diff --git a/installers/deb/control-wsl2 b/installers/deb/control-wsl2 index 20f76b6e..b2b40e98 100644 --- a/installers/deb/control-wsl2 +++ b/installers/deb/control-wsl2 @@ -5,5 +5,5 @@ Maintainer: info@interlisp.org Description: Medley Interlisp for Linux Homepage: https://github.com/interlisp/medley Architecture: --ARCH-- -Depends: wslu ( >= 4.1 ) | wslu ( << 4.0 ), tigervnc-standalone-server, tigervnc-xorg-extension +Depends: wslu ( >= 4.1 ) | wslu ( << 4.0 ), tigervnc-standalone-server, tigervnc-xorg-extension, libbsd0