Skip to content

Commit

Permalink
link error dlclose, use DLOPEN_LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorg71 committed Jul 13, 2024
1 parent f1ba92b commit ce27b37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/chkpriv/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ AM_CPPFLAGS = \
xrdp_droppriv_SOURCES = xrdp-droppriv.c

xrdp_droppriv_LDADD = \
$(top_builddir)/common/libcommon.la
$(top_builddir)/common/libcommon.la \
$(DLOPEN_LIBS)

SUBST_VARS = sed \
-e 's|@pkglibexecdir[@]|$(pkglibexecdir)|g' \
Expand Down

0 comments on commit ce27b37

Please sign in to comment.