Skip to content

Commit

Permalink
On SLF7 where openssl11-devel is installed add -I/usr/include/openssl11
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Sep 21, 2023
1 parent a15da81 commit 2f0602f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/qt/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,8 @@ def common_config_args(self):
config_args.append("-openssl-linked")
config_args.extend(pkg.libs.search_flags.split())
config_args.extend(pkg.headers.include_flags.split())
if spec.satisfies("os=scientific7")
config_args.append("-I/usr/include/openssl11")
else:
config_args.append("-no-openssl")

Expand Down

0 comments on commit 2f0602f

Please sign in to comment.