From patchwork Sat Jun 12 20:45:57 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4426 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 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4G2V9T4cY6z3x6s for ; Sat, 12 Jun 2021 20:46: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 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4G2V9S48JTz144; Sat, 12 Jun 2021 20:46:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G2V9S1mVhz2yRM; Sat, 12 Jun 2021 20:46:04 +0000 (UTC) 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 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4G2V9R1FfBz2xK2 for ; Sat, 12 Jun 2021 20:46:03 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4G2V9Q3Ljyzjw for ; Sat, 12 Jun 2021 20:46:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1623530762; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=QiLJxHRFUoksXOX2c33xYh2xhDnStfcsQQCN4GiG99E=; b=orj4q1vOH72xKMYzuA9E5C8g4bUJJGKLzPIK1f74PitfeuIOkiieJE4mQdGYA/bLKeR3NN 3mCam16esiDR8BBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1623530762; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=QiLJxHRFUoksXOX2c33xYh2xhDnStfcsQQCN4GiG99E=; b=lpCMTvDjdCsb5LrJfnbTeCZrR9cDNk8eLz0SD64FtIwe+YfHHQTpMpKgNRbyYr4nqO/RKM 6nxJvzEQyg2FtvWYwp7NR+vwz/A8J5iE2ZHDcpcCFCRmyEQVH68n4OU1E4tq+UmX8N9gTF ZdsAubBk4R0jx8EYmSej4OqHKUSvNeWYxd57ndVZ80K0+eoN+XKpWaANcsaGZNDrhcHZZr C6z6q8eGw+YrS3EjOYOPDHP4+aSVzM65+Ht5yLP8nniHtP5piAP4R1UIs0Z+TC/c1aGLNz qn1loLpD1Q4jG4hiyBYfZnuZQB6Oupcasms9/aDX2gKNKtHfD9s9+iYsnen1bQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Removed several lfs options leading to: configure: WARNING: unrecognized options Date: Sat, 12 Jun 2021 22:45:57 +0200 Message-Id: <20210612204557.8919-1-matthias.fischer@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/avahi | 1 - lfs/cups-filters | 1 - lfs/openvmtools | 1 - lfs/pam | 1 - lfs/sox | 3 +-- lfs/xfsprogs | 3 --- 6 files changed, 1 insertion(+), 9 deletions(-) diff --git a/lfs/avahi b/lfs/avahi index 2ed13dd44..4b2b79ded 100644 --- a/lfs/avahi +++ b/lfs/avahi @@ -88,7 +88,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-qt5 \ --disable-gtk \ --disable-gtk3 \ - --disable-pygtk \ --disable-python \ --disable-pygobject \ --disable-python-dbus \ diff --git a/lfs/cups-filters b/lfs/cups-filters index aedaaf927..ebd04622f 100644 --- a/lfs/cups-filters +++ b/lfs/cups-filters @@ -85,7 +85,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --sysconfdir=/etc \ --localstatedir=/var \ --with-pdftops=hybrid \ - --disable-ijs \ --disable-mutool \ --disable-avahi cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) diff --git a/lfs/openvmtools b/lfs/openvmtools index 5e8789130..01915d6a6 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -87,7 +87,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --without-pam \ --without-gtk2 \ --without-gtkmm \ - --without-procps \ --without-icu \ --without-x \ --with-linuxdir=/usr/src/linux \ diff --git a/lfs/pam b/lfs/pam index daae2def3..463ee71da 100644 --- a/lfs/pam +++ b/lfs/pam @@ -74,7 +74,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --libdir=/usr/lib \ --sbindir=/lib/security \ --enable-securedir=/lib/security \ - --enable-docdir=/usr/share/doc/Linux-PAM-$(VER) \ --enable-read-both-confs \ --disable-nls diff --git a/lfs/sox b/lfs/sox index f2d57a6ee..8388c57fc 100644 --- a/lfs/sox +++ b/lfs/sox @@ -78,8 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-alsa-dsp --disable-oss-dsp \ - --disable-sun-audio --disable-mad + cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 29aabc0d9..47298e634 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -32,9 +32,6 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -CONFIGURE_OPTIONS = \ - --enable-readline=yes - ifeq "$(BUILD_ARCH)" "armv5tel" CONFIGURE_OPTIONS += \ --enable-lto=no