1
0
mirror of synced 2026-03-10 21:03:22 +00:00

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).

This commit is contained in:
Frank Halasz
2026-03-01 03:04:55 -08:00
parent 1569a27209
commit 93f70feb76
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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