]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
elinks: Removal of $(MAKETUNING) option as not working with make-4.4
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 8 Feb 2023 20:04:17 +0000 (21:04 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 10 Feb 2023 09:27:17 +0000 (09:27 +0000)
- elinks lfs file modified to remove $(MAKETUNING) option

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
lfs/elinks

index d2867c1c6332320f78121863ff57d751e4fec0c2..bf8f66f56f03dd227548fed1271180a682fbe0c3 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure
-       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
+       cd $(DIR_APP) && make $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
 
        mkdir -p /usr/local/etc/elinks