]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
autoconf: Add build and runtime dependencies.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 26 Feb 2023 09:05:22 +0000 (10:05 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Feb 2023 12:35:01 +0000 (12:35 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
autoconf/autoconf.nm

index 3acdc127e08d3c269f49d2fe3533accb2617fa11..3f6bec327b2114f502766e19885bf20142b54389 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = autoconf
 version    = 2.71
-release    = 1
+release    = 2
 arch       = noarch
 
 groups     = Development/Tools
@@ -27,13 +27,20 @@ build
        requires
                m4
                perl
+               perl(File::Compare)
+               perl(File::Copy)
                perl(Data::Dumper)
        end
 end
 
 packages
        package %{name}
-               requires = m4
+               requires
+                       m4
+
+                       # Does not get autodetected correctly
+                       perl(File::Compare)
+               end
 
                filter_requires
                        perl>=[0-9]\:.*