Provide perl(:WITH_64BIT)

We build perl with 64-bit integeres since 5.26.0. This provide can be
used as a dependency for this feature. Some packages (e.g. perl-Mango)
require this feature.
This commit is contained in:
Petr Písař 2017-08-09 13:55:58 +02:00
parent b8bcb94470
commit 5530822d05
1 changed files with 2 additions and 0 deletions

View File

@ -406,6 +406,8 @@ License: (GPL+ or Artistic) and HSLR and MIT and UCD
Provides: %perl_compat
# Interpreter version to fulfil required genersted from "require 5.006;"
Provides: perl(:VERSION) = %{perl_version}
# Integeres are 64-bit on all platforms
Provides: perl(:WITH_64BIT)
# Threading provides
Provides: perl(:WITH_ITHREADS)
Provides: perl(:WITH_THREADS)