Actions
Bug #285
closed[PATCH] Configure.ac: Do not clear the LIBS var
Status:
Closed
Priority:
Normal
Category:
Gwenhywfar
Start date:
08/26/2022
Due date:
Betriebssystem:
andere
AqBanking-Version:
5.10.1
Anwendung:
andere
Version der Anwendung:
Description
The configure.ac currently sets the LIBS variable to empty, as a side effect of the ldl test, which voids whatever might have been provided via the command line or environment variable by the user. vcpkg, for example, uses that to inject a set([1]) of default win32 api dlls to be linked against, which get lost in the process. This patch fixes that.
[1] -llibxml2 -lwsock32 -lintl -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -lcomdlg32 -ladvapi32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -lcomdlg32 -ladvapi32
Files
Updated by martin about 1 month ago
- Status changed from New to Closed
No follow-up in a long time, closing. Please reopen if still relevant.
Actions