]> git.pld-linux.org Git - packages/autogen.git/commitdiff
- rel 2; fails to build with dependency trakcing enabled, so disable for now auto/th/autogen-5.18.16-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 11 Mar 2019 07:55:10 +0000 (08:55 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 11 Mar 2019 07:55:10 +0000 (08:55 +0100)
autogen.spec

index 6f86da7fcfd5aa1d9badec7748d1bee405591a7c..d6e156d052020a51930d68656f4d9c0acc7a97f8 100644 (file)
@@ -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
This page took 0.039658 seconds and 4 git commands to generate.