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
48e92d75
Commit
48e92d75
authored
15 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
add -avoid-version to PAM build logic
parent
61fd9c87
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contribs/pam/Makefile.am
+3
-3
3 additions, 3 deletions
contribs/pam/Makefile.am
contribs/pam/Makefile.in
+2
-4
2 additions, 4 deletions
contribs/pam/Makefile.in
with
5 additions
and
7 deletions
contribs/pam/Makefile.am
+
3
−
3
View file @
48e92d75
...
@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign
...
@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign
CPPFLAGS
=
-fPIC
CPPFLAGS
=
-fPIC
INCLUDES
=
-I
$(
top_srcdir
)
-I
$(
top_srcdir
)
/src/common
INCLUDES
=
-I
$(
top_srcdir
)
-I
$(
top_srcdir
)
/src/common
PLUGIN_FLAGS
=
-module
--export-dynamic
PLUGIN_FLAGS
=
-module
--export-dynamic
-avoid-version
pkglibdir
=
$(
libdir
)
/security
pkglibdir
=
$(
libdir
)
/security
...
@@ -29,8 +29,8 @@ pam_slurm_la_SOURCES = \
...
@@ -29,8 +29,8 @@ pam_slurm_la_SOURCES = \
$(
top_builddir
)
/src/common/hostlist.c
\
$(
top_builddir
)
/src/common/hostlist.c
\
$(
top_builddir
)
/src/common/hostlist.h
$(
top_builddir
)
/src/common/hostlist.h
pam_slurm_la_LDFLAGS
=
$(
SO_LDFLAGS
)
$(
PLUGIN_FLAGS
)
$(
LIB_LDFLAGS
)
\
pam_slurm_la_LDFLAGS
=
$(
SO_LDFLAGS
)
$(
PLUGIN_FLAGS
)
$(
LIB_LDFLAGS
)
-version-info
$(
current
)
:
$(
rev
)
:
$(
age
)
else
else
EXTRA_pam_slurm_la_SOURCES
=
pam_slurm.c
EXTRA_pam_slurm_la_SOURCES
=
pam_slurm.c
endif
endif
...
...
This diff is collapsed.
Click to expand it.
contribs/pam/Makefile.in
+
2
−
4
View file @
48e92d75
...
@@ -299,7 +299,7 @@ top_builddir = @top_builddir@
...
@@ -299,7 +299,7 @@ top_builddir = @top_builddir@
top_srcdir
=
@top_srcdir@
top_srcdir
=
@top_srcdir@
AUTOMAKE_OPTIONS
=
foreign
AUTOMAKE_OPTIONS
=
foreign
INCLUDES
=
-I
$(
top_srcdir
)
-I
$(
top_srcdir
)
/src/common
INCLUDES
=
-I
$(
top_srcdir
)
-I
$(
top_srcdir
)
/src/common
PLUGIN_FLAGS
=
-module
--export-dynamic
PLUGIN_FLAGS
=
-module
--export-dynamic
-avoid-version
@HAVE_PAM_FALSE@
pam_lib
=
@HAVE_PAM_FALSE@
pam_lib
=
@HAVE_PAM_TRUE@
pam_lib
=
pam_slurm.la
@HAVE_PAM_TRUE@
pam_lib
=
pam_slurm.la
pkglib_LTLIBRARIES
=
$(
pam_lib
)
pkglib_LTLIBRARIES
=
$(
pam_lib
)
...
@@ -311,9 +311,7 @@ pkglib_LTLIBRARIES = $(pam_lib)
...
@@ -311,9 +311,7 @@ pkglib_LTLIBRARIES = $(pam_lib)
@HAVE_PAM_TRUE@
$(
top_builddir
)
/src/common/hostlist.c
\
@HAVE_PAM_TRUE@
$(
top_builddir
)
/src/common/hostlist.c
\
@HAVE_PAM_TRUE@
$(
top_builddir
)
/src/common/hostlist.h
@HAVE_PAM_TRUE@
$(
top_builddir
)
/src/common/hostlist.h
@HAVE_PAM_TRUE@
pam_slurm_la_LDFLAGS
=
$(
SO_LDFLAGS
)
$(
PLUGIN_FLAGS
)
$(
LIB_LDFLAGS
)
\
@HAVE_PAM_TRUE@
pam_slurm_la_LDFLAGS
=
$(
SO_LDFLAGS
)
$(
PLUGIN_FLAGS
)
$(
LIB_LDFLAGS
)
@HAVE_PAM_TRUE@
-version-info
$(
current
)
:
$(
rev
)
:
$(
age
)
@HAVE_PAM_FALSE@
EXTRA_pam_slurm_la_SOURCES
=
pam_slurm.c
@HAVE_PAM_FALSE@
EXTRA_pam_slurm_la_SOURCES
=
pam_slurm.c
all
:
all-am
all
:
all-am
...
...
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