Skip to content

perl-net-ssleay: fix build#9783

Merged
scheibelp merged 1 commit intospack:developfrom
michaelkuhn:perl-net-ssleay-prefix
Nov 13, 2018
Merged

perl-net-ssleay: fix build#9783
scheibelp merged 1 commit intospack:developfrom
michaelkuhn:perl-net-ssleay-prefix

Conversation

@michaelkuhn
Copy link
Copy Markdown
Member

  • Add 1.85
  • OPENSSL_PREFIX has to be set in the environment, otherwise Spack's openssl will not be found

- Add 1.85
- OPENSSL_PREFIX has to be set in the environment, otherwise Spack's
  openssl will not be found
inspect.getmodule(self).perl('Makefile.PL', 'INSTALL_BASE={0}'.
format(prefix), 'OPENSSL_PREFIX=%s' %
self.spec['openssl'].prefix, input=f)
format(prefix), input=f)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this work before? Can INSTALL_BASE also be supplied via the environment?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am guessing it did not and just picked up the globally installed OpenSSL.

INSTALL_BASE seems to be a proper MakeMaker variable and it supposed to be passed to the Makefile, see: https://perldoc.perl.org/ExtUtils/MakeMaker.html

@scheibelp scheibelp merged commit eddba22 into spack:develop Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants