Module: wine Branch: master Commit: c5d9f2f7c665700f183b81201151ab2096594841 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c5d9f2f7c665700f183b81201...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Thu Aug 19 11:09:00 2021 +0200
nsiproxy: Add $(PROCSTAT_LIBS) to EXTRALIBS.
We try to use libprocstat on non-Linux platforms and detect its presence in the configure phase. Make sure we actually link this library in that case by adding $(PROCSTAT_LIBS) to EXTRALIBS.
Signed-off-by: Gerald Pfeifer gerald@pfeifer.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/nsiproxy.sys/Makefile.in | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/nsiproxy.sys/Makefile.in b/dlls/nsiproxy.sys/Makefile.in index cee4b72c33f..183a6374144 100644 --- a/dlls/nsiproxy.sys/Makefile.in +++ b/dlls/nsiproxy.sys/Makefile.in @@ -1,5 +1,6 @@ MODULE = nsiproxy.sys IMPORTS = ntoskrnl uuid +EXTRALIBS = $(PROCSTAT_LIBS) EXTRADLLFLAGS = -Wl,--subsystem,native
C_SRCS = \