From 9fe1b9748769e23cf1faf625af586fc3c7ff68df Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 28 Apr 2022 16:57:56 +0200 Subject: Rename group-musl to libc-musl This more clearly describes what this profile does. --- .../net-misc/openssh/disable-utpm-in-musl.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 group-musl/patches/net-misc/openssh/disable-utpm-in-musl.patch (limited to 'group-musl/patches') diff --git a/group-musl/patches/net-misc/openssh/disable-utpm-in-musl.patch b/group-musl/patches/net-misc/openssh/disable-utpm-in-musl.patch deleted file mode 100644 index d028988..0000000 --- a/group-musl/patches/net-misc/openssh/disable-utpm-in-musl.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index 9022ee9c..f0b40947 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -904,6 +904,13 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) - else - AC_MSG_RESULT([architecture not supported]) - fi -+ case "$host" in -+ *-*-linux-musl*) -+ AC_DEFINE([DISABLE_UTMP], [1], [Define if you don't want to use utmp]) -+ AC_DEFINE([DISABLE_WTMP], [1], [Define if you don't want to use wtmp]) -+ ;; -+ esac -+ - ;; - mips-sony-bsd|mips-sony-newsos4) - AC_DEFINE([NEED_SETPGRP], [1], [Need setpgrp to acquire controlling tty]) -- cgit v1.2.3-2-gb3c3