]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
xz: Run autoconf for aarch64
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Jan 2015 23:19:05 +0000 (18:19 -0500)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Feb 2015 16:27:40 +0000 (11:27 -0500)
xz/xz.nm

index d7b042a39502732e205350f423c014c017edb93d..0023ae7b4af775a6c8947ffc4047140b27475139 100644 (file)
--- a/xz/xz.nm
+++ b/xz/xz.nm
@@ -26,11 +26,17 @@ source_dl  = http://tukaani.org/xz/
 sources    = %{thisapp}.tar.xz %{name}-%{compat_version}.tar.xz
 
 build
+       requires
+               autoconf
+               automake
+       end
+
        configure_options += --disable-rpath
 
        build_cmds
                # Build compat version of library.
                cd %{DIR_SRC}/%{name}-%{compat_version}
+               autoreconf -vfi # for aarch64
                ./configure %{configure_options}
                %{MACRO_FIX_LIBTOOL}
                make %{PARALLELISMFLAGS}