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:
parent
b8bcb94470
commit
5530822d05
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user