Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
157e9ef3
"src/git@gitlab.hrz.tu-chemnitz.de:tud-zih-energy/slurm.git" did not exist on "00982f8466fb781f71407f3208d69676a7bdae1f"
Commit
157e9ef3
authored
19 years ago
by
Christopher J. Morrone
Browse files
Options
Downloads
Patches
Plain Diff
libtool is broken on AIX, so we need to compile against the static opensllfor now.
parent
8f972c21
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
auxdir/x_ac_slurm_ssl.m4
+5
-1
5 additions, 1 deletion
auxdir/x_ac_slurm_ssl.m4
with
5 additions
and
1 deletion
auxdir/x_ac_slurm_ssl.m4
+
5
−
1
View file @
157e9ef3
...
@@ -24,7 +24,11 @@ AC_DEFUN([X_AC_SLURM_WITH_SSL], [
...
@@ -24,7 +24,11 @@ AC_DEFUN([X_AC_SLURM_WITH_SSL], [
AC_SUBST(SSL_LIBS)
AC_SUBST(SSL_LIBS)
AC_SUBST(SSL_CPPFLAGS)
AC_SUBST(SSL_CPPFLAGS)
SSL_LIBS="-lcrypto"
if test "x$ac_have_aix" = "xyes"; then
SSL_LIBS="-lcrypto-static"
else
SSL_LIBS="-lcrypto"
fi
AC_ARG_WITH(ssl,
AC_ARG_WITH(ssl,
AC_HELP_STRING([--with-ssl=PATH],[Specify path to OpenSSL installation]),
AC_HELP_STRING([--with-ssl=PATH],[Specify path to OpenSSL installation]),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment