From patchwork Wed Apr 29 17:50:29 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9759 Return-Path: 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 4g5Px50gLkz3x6k for ; Wed, 29 Apr 2026 17:51:05 +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 4g5Px46FWBz7JS for ; Wed, 29 Apr 2026 17:51:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g5Px05jVXz36WP for ; Wed, 29 Apr 2026 17:51:00 +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 4g5Pwy1NMhz349h for ; Wed, 29 Apr 2026 17:50:58 +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 4g5Pwx61knz7HW; Wed, 29 Apr 2026 17:50:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777485058; 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: in-reply-to:in-reply-to:references:references; bh=UMP5KvFlxrLpkyCiEBI4xUR/YnUpXLbJNxwSDYklFto=; b=VAWwpOzTX0FVn3uwdO8gMsNgvCIzMAR1a/Wc5B0/hhsKr2KrmLgqt4hkHONCwbAwvkcNkT cpv8TS2owvGVwnAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777485058; 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: in-reply-to:in-reply-to:references:references; bh=UMP5KvFlxrLpkyCiEBI4xUR/YnUpXLbJNxwSDYklFto=; b=mCRcBrPK8bt3OXFus8Cj/lvYXDP8U45GuApvj9bxRlci7TWyz3vAoIhGTq5S9ywCtfK/J5 ZI/RnRjC1VrqbIKLdYs8K3AGvKz7SXWyUnC2NO43vWCkvAz0sTFMdHOQgDzSw/t0WKeK0t SBUjqj5dPc5+IQyn+gXBNbo/Xk3hhVshJ0+eLr4GdfRo2vwnQCFzV6Lmkk+VGxam59gW3q dfr5TwsiWS4AsxqHOj7v28TGCmfW9NE9SqsWx3qTMZxGhTgTVI5K/WbwLVJLrh+Orbc9f3 UeFNlkdd7Dw4EajrMKbwtHTj2DGQElTLd72vJv1TQ6BkBLVs2dCcLyx/zety+g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 09/12] openvmtools: Resolve configure unrecognised option(s) Date: Wed, 29 Apr 2026 19:50:29 +0200 Message-ID: <20260429175032.2811103-9-adolf.belka@ipfire.org> In-Reply-To: <20260429175032.2811103-1-adolf.belka@ipfire.org> References: <20260429175032.2811103-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - configure: WARNING: unrecognized options: --without-xerces - Building with xerces support was removed in version 12.4.0 in 2023 - Option has been removed Signed-off-by: Adolf Belka --- lfs/openvmtools | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lfs/openvmtools b/lfs/openvmtools index 6134cb4d4..3335b5910 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # 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 # @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)/open-vm-tools TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 PROG = openvmtools -PAK_VER = 15 +PAK_VER = 16 DEPS = @@ -102,8 +102,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --without-x \ --with-linuxdir=/usr/src/linux \ --without-kernel-modules \ - --disable-deploypkg \ - --without-xerces + --disable-deploypkg cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install