]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Removed several lfs options leading to: configure: WARNING: unrecognized options
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 12 Jun 2021 20:45:57 +0000 (22:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 14 Jun 2021 09:05:55 +0000 (09:05 +0000)
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>
lfs/avahi
lfs/cups-filters
lfs/openvmtools
lfs/pam
lfs/sox
lfs/xfsprogs

index 2ed13dd4440217aadff28723a4166701ca04782b..4b2b79ded006029db20ab1a6c348d61098f501c7 100644 (file)
--- a/lfs/avahi
+++ b/lfs/avahi
@@ -88,7 +88,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --disable-qt5 \
                --disable-gtk \
                --disable-gtk3 \
                --disable-qt5 \
                --disable-gtk \
                --disable-gtk3 \
-               --disable-pygtk \
                --disable-python \
                --disable-pygobject \
                --disable-python-dbus \
                --disable-python \
                --disable-pygobject \
                --disable-python-dbus \
index aedaaf92761c09821d67a09ae56da641d98b9a91..ebd04622f5019c61e5f20fe637dc8d03c3e41a11 100644 (file)
@@ -85,7 +85,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --sysconfdir=/etc \
                        --localstatedir=/var \
                        --with-pdftops=hybrid \
                        --sysconfdir=/etc \
                        --localstatedir=/var \
                        --with-pdftops=hybrid \
-                       --disable-ijs \
                        --disable-mutool \
                        --disable-avahi
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
                        --disable-mutool \
                        --disable-avahi
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
index 5e8789130e8cf5ef8c02c07ec3eed0bd882a6d78..01915d6a619c095a6e5211c7fcaaa605fd8949d4 100644 (file)
@@ -87,7 +87,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --without-pam \
                --without-gtk2 \
                --without-gtkmm \
                --without-pam \
                --without-gtk2 \
                --without-gtkmm \
-               --without-procps \
                --without-icu \
                --without-x \
                --with-linuxdir=/usr/src/linux \
                --without-icu \
                --without-x \
                --with-linuxdir=/usr/src/linux \
diff --git a/lfs/pam b/lfs/pam
index daae2def3eab19af2c16e180cf7983f1da9db014..463ee71daf7d6c905cc8b4db4b77f63ad19b9832 100644 (file)
--- 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 \
        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
 
                --enable-read-both-confs \
                --disable-nls
 
diff --git a/lfs/sox b/lfs/sox
index f2d57a6ee74a58f78e28536cb21a78d24e940947..8388c57fcbb39fe91d645d0457b10b19da15b072 100644 (file)
--- 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)
        @$(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)
        cd $(DIR_APP) && make $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
index 29aabc0d9be908ca27c12f202ace7f373ad32211..47298e63410ea90501281045508b595d099a9ea8 100644 (file)
@@ -32,9 +32,6 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-CONFIGURE_OPTIONS = \
-       --enable-readline=yes
-
 ifeq "$(BUILD_ARCH)" "armv5tel"
        CONFIGURE_OPTIONS += \
                --enable-lto=no
 ifeq "$(BUILD_ARCH)" "armv5tel"
        CONFIGURE_OPTIONS += \
                --enable-lto=no