From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] Removed several lfs options leading to: configure: WARNING: unrecognized options Date: Sun, 13 Jun 2021 08:45:13 +0200 Message-ID: <8819de9c-7b00-b40b-e20b-48a5a49e6753@ipfire.org> In-Reply-To: <20210612204557.8919-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6146365650223886756==" List-Id: --===============6146365650223886756== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Matthias, thank you for this. Looks like we are having a postponed/extended spring clea= n this year... :-) Reviewed-by: Peter M=C3=BCller Thanks, and best regards, Peter M=C3=BCller > Signed-off-by: Matthias Fischer > --- > 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(-) >=20 > 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=3D/etc \ > --localstatedir=3D/var \ > --with-pdftops=3Dhybrid \ > - --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=3D/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=3D/usr/lib \ > --sbindir=3D/lib/security \ > --enable-securedir=3D/lib/security \ > - --enable-docdir=3D/usr/share/doc/Linux-PAM-$(VER) \ > --enable-read-both-confs \ > --disable-nls > =20 > 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=3D/usr --disable-alsa-dsp --disable= -oss-dsp \ > - --disable-sun-audio --disable-mad > + cd $(DIR_APP) && ./configure --prefix=3D/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 =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > =20 > -CONFIGURE_OPTIONS =3D \ > - --enable-readline=3Dyes > - > ifeq "$(BUILD_ARCH)" "armv5tel" > CONFIGURE_OPTIONS +=3D \ > --enable-lto=3Dno >=20 --===============6146365650223886756==--