Skip to content

Commit

Permalink
clean out ovis-auth.sh; export ovis-auth-libs var
Browse files Browse the repository at this point in the history
  • Loading branch information
baallan authored and tom95858 committed Mar 29, 2023
1 parent 8740604 commit 7f51672
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
6 changes: 0 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -539,11 +539,6 @@ dnl munge
OPTION_DEFAULT_DISABLE([munge], [ENABLE_MUNGE])
OPTION_WITH([munge], [MUNGE])

dnl OPTION_DEFAULT_ENABLE([ovis-lib], [ENABLE_OVIS_LIB])
# OPTION_WITH_OR_BUILD([ovis-lib],[../lib/src],[mmalloc third coll ovis_util zap ovis_ctrl ovis_event ovis_auth],[ovis-auth.sh],[ovis-lib],[ovis_auth])
dnl OPTION_WITH_OR_BUILD([ovis-lib],[../lib/src],[mmalloc third json tada coll ovis_util zap ovis_ctrl ovis_event ovis_auth ],[ovis-auth.sh],[ovis-lib],[ovis_auth])
dnl substitute values we need from ovis-auth.sh during joint configure

LDMSD_PLUGIN_LIBPATH=${pkglibdir}
AC_SUBST(LDMSD_PLUGIN_LIBPATH)

Expand Down Expand Up @@ -997,7 +992,6 @@ lib/src/ovis_event/Makefile
lib/src/ovis_ctrl/Makefile
lib/src/ovis_util/Makefile
lib/src/ovis_auth/Makefile
lib/src/ovis_auth/ovis-auth.sh
lib/src/ovis_ref/Makefile
lib/src/ovis_log/Makefile
lib/src/zap/Makefile
Expand Down
1 change: 1 addition & 0 deletions ldms/src/ovis-ldms-configvars.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ ovis_ldms_exec_prefix=@exec_prefix@
ovis_ldms_pkglibdir=@pkglibdir@
ovis_ldms_pythondir=@pythondir@
ovis_ldms_soslibdir=@soslibdir@
ovis_ldms_auth_libs="@OVIS_AUTH_LIBS@"
4 changes: 0 additions & 4 deletions lib/src/ovis_auth/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ libovis_authincludedir = $(includedir)/ovis_auth
libovis_auth_conf = /etc/ld.so.conf.d/libovis_auth.conf
libovis_auth_la_LIBADD = @LDFLAGS_GETTIME@ @OPENSSL_LIBS@
lib_LTLIBRARIES += libovis_auth.la

# override pkglib sanity checks
mypkglibdir = $(pkglibdir)
mypkglib_SCRIPTS = ovis-auth.sh
7 changes: 0 additions & 7 deletions lib/src/ovis_auth/ovis-auth.sh.in

This file was deleted.

0 comments on commit 7f51672

Please sign in to comment.