| Message ID | 20260429175032.2811103-1-adolf.belka@ipfire.org |
|---|---|
| State | Staged |
| Commit | 6c34d36ae621d2caacaf77939f6a9bbf706eb591 |
| Headers |
Return-Path: <development+bounces-2046-patchwork=ipfire.org@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g5Pww2mgPz3wkr for <patchwork@web04.haj.ipfire.org>; Wed, 29 Apr 2026 17:50:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g5Pww0Tqjz7Jc for <patchwork@ipfire.org>; Wed, 29 Apr 2026 17:50:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g5Pwj0sMwz34Rn for <patchwork@ipfire.org>; Wed, 29 Apr 2026 17:50:45 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g5Pwf4gJWz2xKR for <development@lists.ipfire.org>; Wed, 29 Apr 2026 17:50:42 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g5Pwd6nspz44C; Wed, 29 Apr 2026 17:50:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777485042; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=VVIJn1EpTusSWDHe8if8rMI+1fMtlQvusNCgx3l07eY=; b=e22pw/C5fUbFF2DHQhPtracA6u2C7ue4h1JBJ8DFxy1T2oegQiWGSqaMZR40D9HHKPBuUg qFjX1FwbUOLKksAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777485042; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=VVIJn1EpTusSWDHe8if8rMI+1fMtlQvusNCgx3l07eY=; b=XdehMe7YckmLkMeCQ4fdAkaImccHRAX9ZpiV0T32WUAWyT4IkG6EY+iARkbe02NgHUncD5 YkPFfW1AL1s8HRwR2KQiG/a2quoEQX+A/p4nQBpGmiBQhw67yovpwYY8xb+87gfN46tVWr 8+S9A2PsW5T0K7Ks8F7A7QHhUin/kzzPuGR1YnupT5oLwM0tLDqx6ZT2dJQHwdUz5Aoz8r PAwIHZlcr9E3uI27hGz8rMWh5Jq9igxdTcIg2Fn6HEHhXCX+itHgmh4mEeW8/6E1+5iE+o VynRv7+M53xsn7uky48x3rtyYcLxF/hKoGvb9DZC4yvuyqbWP9kJoRJNhIVOUg== From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Cc: Adolf Belka <adolf.belka@ipfire.org> Subject: [PATCH 01/12] dnsdist: Resolve configure unrecognised option(s) Date: Wed, 29 Apr 2026 19:50:21 +0200 Message-ID: <20260429175032.2811103-1-adolf.belka@ipfire.org> Precedence: list List-Id: <development.lists.ipfire.org> List-Subscribe: <https://lists.ipfire.org/>, <mailto:development+subscribe@lists.ipfire.org?subject=subscribe> List-Unsubscribe: <https://lists.ipfire.org/>, <mailto:development+unsubscribe@lists.ipfire.org?subject=unsubscribe> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development+help@lists.ipfire.org?subject=help> Sender: <development@lists.ipfire.org> Mail-Followup-To: <development@lists.ipfire.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
| Series |
[01/12] dnsdist: Resolve configure unrecognised option(s)
|
|
Commit Message
Adolf Belka
29 Apr 2026, 5:50 p.m. UTC
- I was searching in the _build.ipfire.log file to resolve something else and I noticed
that there were several packages with the same message.
configure: WARNING: unrecognized options:
- I investigated the options for each package and identified if the option was no longer
valid or if it had been replaced with another option which had not been identified
when it occurred.
- This patch set resolves all the unrecognised configure options except for one that
needs further investigation (tcl) and this has been confirmed ny a search in the
-build.ipfire.log created after the build with all the changes in this patch set.
- For dnsdist two options had their names changed in version 1.4.0 in around 2019.
- --enable-openssl has become --with-libssl
- --disable-gnutls has become --without-gnutls
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/dnsdist | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Comments
Hello, This is a very nice cleanup job. Merged! -Michael > On 29 Apr 2026, at 18:50, Adolf Belka <adolf.belka@ipfire.org> wrote: > > - I was searching in the _build.ipfire.log file to resolve something else and I noticed > that there were several packages with the same message. > configure: WARNING: unrecognized options: > - I investigated the options for each package and identified if the option was no longer > valid or if it had been replaced with another option which had not been identified > when it occurred. > - This patch set resolves all the unrecognised configure options except for one that > needs further investigation (tcl) and this has been confirmed ny a search in the > -build.ipfire.log created after the build with all the changes in this patch set. > - For dnsdist two options had their names changed in version 1.4.0 in around 2019. > - --enable-openssl has become --with-libssl > - --disable-gnutls has become --without-gnutls > > Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> > --- > lfs/dnsdist | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/dnsdist b/lfs/dnsdist > index 5832cd6b3..ac4075afc 100644 > --- a/lfs/dnsdist > +++ b/lfs/dnsdist > @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = dnsdist > -PAK_VER = 33 > +PAK_VER = 34 > > DEPS = > > @@ -86,8 +86,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > cd $(DIR_APP) && ./configure \ > --prefix=/usr \ > --sysconfdir=/etc \ > - --enable-openssl \ > - --disable-gnutls \ > + --with-libssl \ > + --without-gnutls \ > --enable-dns-over-tls \ > --with-lua \ > --without-net-snmp \ > -- > 2.54.0 > >
diff --git a/lfs/dnsdist b/lfs/dnsdist index 5832cd6b3..ac4075afc 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = dnsdist -PAK_VER = 33 +PAK_VER = 34 DEPS = @@ -86,8 +86,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --enable-openssl \ - --disable-gnutls \ + --with-libssl \ + --without-gnutls \ --enable-dns-over-tls \ --with-lua \ --without-net-snmp \