]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
lcd4linux: Update due to autoconf change
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 9 Feb 2021 20:23:36 +0000 (21:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Feb 2021 11:55:33 +0000 (11:55 +0000)
- lcd4linux fails to build with autoconf-2.71
Required running of autoupdate on configure.in
and autoreconf to solve files not found errors

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/lcd4linux

index 198607e2538f8db8df27699de041f21e05b44222..9121e6fa0e55ece37c84da6163438c1c8d68a37a 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/lcd4linux
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = lcd4linux
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       = dpfhack libmpdclient
 
@@ -78,6 +78,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        $(UPDATE_AUTOMAKE)
+       cd $(DIR_APP) && autoreconf -v -i
+       cd $(DIR_APP) && autoupdate -v configure.in
        cd $(DIR_APP) && ./configure  --with-plugins=all,!qnaplog,!dbus --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install