[PATCH v2] nsiproxy: Add $(PROCSTAT_LIBS) to EXTRALIBS

Gerald Pfeifer gerald at pfeifer.com
Thu Aug 19 04:09:00 CDT 2021


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 at pfeifer.com>
---
 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 = \
-- 
2.31.1



More information about the wine-devel mailing list