mirror of https://github.com/neutrinolabs/xrdp
link error dlclose, use DLOPEN_LIBS
This commit is contained in:
parent
f1ba92b35e
commit
ce27b373c1
|
@ -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' \
|
||||
|
|
Loading…
Reference in New Issue