[packages/jq] run libtool first
glen
glen at pld-linux.org
Mon May 2 17:42:04 CEST 2016
commit dcd7543b94b6262cc5031ee72510b1626d8cf952
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon May 2 18:41:36 2016 +0300
run libtool first
otherwise make will re-invoke auto* tools
jq.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/jq.spec b/jq.spec
index 5333bad..2709d2f 100644
--- a/jq.spec
+++ b/jq.spec
@@ -60,8 +60,8 @@ Development files for %{name}
%patch0 -p1
%build
-%{__aclocal} -I config/m4
%{__libtoolize}
+%{__aclocal} -I config/m4
%{__autoconf}
%{__automake}
%configure \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/jq.git/commitdiff/dcd7543b94b6262cc5031ee72510b1626d8cf952
More information about the pld-cvs-commit
mailing list