Removed several lfs options leading to: configure: WARNING: unrecognized options

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Matthias Fischer
2021-06-12 22:45:57 +02:00
committed by Michael Tremer
parent 627b84f9e9
commit 59fc80fc7b
6 changed files with 1 additions and 9 deletions

View File

@@ -88,7 +88,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--disable-qt5 \
--disable-gtk \
--disable-gtk3 \
--disable-pygtk \
--disable-python \
--disable-pygobject \
--disable-python-dbus \

View File

@@ -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)

View File

@@ -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 \

View File

@@ -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

View File

@@ -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)

View File

@@ -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