public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH 10/12] screen: Resolve configure unrecognised option(s)
Date: Wed, 29 Apr 2026 19:50:30 +0200	[thread overview]
Message-ID: <20260429175032.2811103-10-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260429175032.2811103-1-adolf.belka@ipfire.org>

- configure: WARNING: unrecognized options: --with-socket-dir, --with-sys-screenrc
- In version 5.0.0 these were changed
- --with-socket-dir has been changed to --enable-socket-dir
- --with-sys-screenrc has been changed to --with-system_screenrc
- The default location for screenrc was what we had defined anyway so that was still
   specified in the version from 5.0.0 onwards.
- The global socket definition due to the unrecognised option becane a No value, so no
   socket location was defined at all. This now corrects that. This has been confirmed by
   looking at the configure status and confirming the directory now specified for the
   socket in the build log.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/screen | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/screen b/lfs/screen
index 5c7201985..2fa597104 100644
--- a/lfs/screen
+++ b/lfs/screen
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -73,8 +73,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && ./autogen.sh
 	cd $(DIR_APP) && ./configure \
 				--prefix=/usr \
-				--with-socket-dir=/var/run/screen \
-				--with-sys-screenrc=/etc/screenrc
+				--enable-socket-dir=/var/run/screen \
+				--with-system_screenrc=/etc/screenrc
 	cd $(DIR_APP) && sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/*
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
-- 
2.54.0



  parent reply	other threads:[~2026-04-29 17:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-29 17:50 [PATCH 01/12] dnsdist: " Adolf Belka
2026-04-29 17:50 ` [PATCH 02/12] flac: " Adolf Belka
2026-04-29 17:50 ` [PATCH 03/12] frr: " Adolf Belka
2026-04-29 17:50 ` [PATCH 04/12] gnutls: " Adolf Belka
2026-04-29 17:50 ` [PATCH 05/12] core202: Ship gnutls Adolf Belka
2026-04-29 17:50 ` [PATCH 06/12] linux-atm: Resolve configure unrecognised option(s) Adolf Belka
2026-04-29 17:50 ` [PATCH 07/12] core202: Ship linux-atm Adolf Belka
2026-04-29 17:50 ` [PATCH 08/12] openssh: Resolve configure unrecognised option(s) Adolf Belka
2026-04-29 17:50 ` [PATCH 09/12] openvmtools: " Adolf Belka
2026-04-29 17:50 ` Adolf Belka [this message]
2026-04-29 17:50 ` [PATCH 11/12] core202: Ship screen Adolf Belka
2026-04-29 17:50 ` [PATCH 12/12] suricata: Resolve configure unrecognised option(s) Adolf Belka
2026-04-29 19:47 ` [PATCH 01/12] dnsdist: " Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260429175032.2811103-10-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox