]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
expect: Fix build on aarch64
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 3 Mar 2023 11:00:26 +0000 (11:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Mar 2023 13:06:28 +0000 (13:06 +0000)
Requires autotools to support this architecture.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
expect/expect.nm

index af7658c1d7462c4895c08c2ab086b54a81d00e73..6ed1625ef6007b9ecfe19cf8a0aa3eb41f32ed1f 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = expect
 version    = 5.45.4
-release    = 1
+release    = 1.1
 thisapp    = %{name}%{version}
 
 groups     = Development/Languages
@@ -24,7 +24,10 @@ source_dl  = https://downloads.sourceforge.net/project/expect/Expect/%{version}/
 
 build
        requires
+               autoconf
+               automake
                tcl-devel
+               gettext-devel
        end
 
        configure_options += \
@@ -32,6 +35,10 @@ build
                --with-tclinclude=%{includedir} \
                --enable-shared
 
+       prepare_cmds
+               autoreconf -vfi
+       end
+
        test
                make test
        end