Skip to content

Commit

Permalink
Merge pull request #3161 from jsorg71/link1
Browse files Browse the repository at this point in the history
link error dlclose, use DLOPEN_LIBS
  • Loading branch information
jsorg71 committed Jul 14, 2024
2 parents f1ba92b + ce27b37 commit 2a8eea9
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 2a8eea9

Please sign in to comment.