r-rpostgresql: update config.guess reusing logic from autotools (#18917)
This commit is contained in:
parent
447ba23fac
commit
4e3fd2687a
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue