]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
openvmtools: Resolve configure unrecognised option(s)
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 29 Apr 2026 17:50:29 +0000 (19:50 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2026 19:47:53 +0000 (19:47 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/openvmtools

index 6134cb4d41c0f33ef85700c9ad19b90f503bf3e2..3335b59104133d206ba37de79f500488729a4a09 100644 (file)
@@ -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        #
@@ -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