mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
committed by
Michael Tremer
parent
627b84f9e9
commit
59fc80fc7b
@@ -88,7 +88,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
--disable-qt5 \
|
||||
--disable-gtk \
|
||||
--disable-gtk3 \
|
||||
--disable-pygtk \
|
||||
--disable-python \
|
||||
--disable-pygobject \
|
||||
--disable-python-dbus \
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 \
|
||||
|
||||
1
lfs/pam
1
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
|
||||
|
||||
|
||||
3
lfs/sox
3
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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user