Skip to content

Commit

Permalink
Merge pull request #189 from FNALssi/gartung-qt-ssl-lib-slf7
Browse files Browse the repository at this point in the history
On SLF7 where openssl11-devel is installed add -L/usr/lib64/libssl.so.1.1
  • Loading branch information
gartung authored Sep 21, 2023
2 parents 9d09d26 + 6e3f3f5 commit b79f6b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/qt/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ def common_config_args(self):
config_args.extend(pkg.headers.include_flags.split())
if spec.satisfies("os=scientific7")
config_args.append("-I/usr/include/openssl11")
config_args.append("-L/usr/lib64/libopenssl.so.1.1")
else:
config_args.append("-no-openssl")

Expand Down

0 comments on commit b79f6b3

Please sign in to comment.