r-rpostgresql: update config.guess reusing logic from autotools (#18917)

This commit is contained in:
h-denpo 2020-11-30 16:58:14 +09:00 committed by GitHub
parent 447ba23fac
commit 4e3fd2687a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,3 +27,11 @@ class RRpostgresql(RPackage):
depends_on('r@2.9.0:', type=('build', 'run'))
depends_on('r-dbi@0.3:', type=('build', 'run'))
depends_on('postgresql')
depends_on('automake', type='build')
patch_config_files = True
@run_before('install')
def patch_config_guess(self):
AutotoolsPackage._do_patch_config_files(self)