Add latest version of libsigsegv (#3449)
This commit is contained in:
parent
9f1af5913b
commit
7be728d551
1 changed files with 2 additions and 1 deletions
|
@ -29,10 +29,11 @@ class Libsigsegv(AutotoolsPackage):
|
||||||
"""GNU libsigsegv is a library for handling page faults in user mode."""
|
"""GNU libsigsegv is a library for handling page faults in user mode."""
|
||||||
|
|
||||||
homepage = "https://www.gnu.org/software/libsigsegv/"
|
homepage = "https://www.gnu.org/software/libsigsegv/"
|
||||||
url = "https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.10.tar.gz"
|
url = "https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.11.tar.gz"
|
||||||
|
|
||||||
patch('patch.new_config_guess', when='@2.10')
|
patch('patch.new_config_guess', when='@2.10')
|
||||||
|
|
||||||
|
version('2.11', 'a812d9481f6097f705599b218eea349f')
|
||||||
version('2.10', '7f96fb1f65b3b8cbc1582fb7be774f0f')
|
version('2.10', '7f96fb1f65b3b8cbc1582fb7be774f0f')
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
|
|
Loading…
Reference in a new issue