[packages/autogen] - rel 2; fails to build with dependency trakcing enabled, so disable for now
arekm
arekm at pld-linux.org
Mon Mar 11 08:55:16 CET 2019
commit 606780e150dcccd4b1eb4a2826d739c330cc6f5b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Mar 11 08:55:10 2019 +0100
- rel 2; fails to build with dependency trakcing enabled, so disable for now
autogen.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/autogen.spec b/autogen.spec
index 6f86da7..d6e156d 100644
--- a/autogen.spec
+++ b/autogen.spec
@@ -2,7 +2,7 @@ Summary: Automated program generator
Summary(pl.UTF-8): Zautomatyzowany generator programów
Name: autogen
Version: 5.18.16
-Release: 1
+Release: 2
License: GPL v3+ (AutoGen), LGPL v2+ (genshell), LGPL v3+ or Modified BSD (AutoOpts library)
Group: Development/Tools
Source0: http://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
@@ -90,7 +90,8 @@ Statyczna biblioteka AutoOpts.
%build
# don't require recent gcc just because of 'pragma GCC diagnostic ignored "-Wformat-truncation"'
CFLAGS="%{rpmcflags} -Wno-error=pragmas"
-%configure
+%configure \
+ --disable-dependency-tracking
%{__make}
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/autogen.git/commitdiff/606780e150dcccd4b1eb4a2826d739c330cc6f5b
More information about the pld-cvs-commit
mailing list