Merge pull request #3161 from jsorg71/link1

link error dlclose, use DLOPEN_LIBS
This commit is contained in:
jsorg71 2024-07-13 22:46:26 -07:00 committed by GitHub
commit 2a8eea90de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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' \