This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit b7f28a50d8255526d159078cc9e8db049529777e
Author: Damjan Jovanovic <[email protected]>
AuthorDate: Tue Dec 31 18:45:40 2024 +0200

    Link with the CRT library too, to fix the __chkstk error on Win64.
    
    Patch by: me
---
 main/odk/source/unowinreg/win/makefile.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/odk/source/unowinreg/win/makefile.mk 
b/main/odk/source/unowinreg/win/makefile.mk
index 65fc40ee61..416b4da34f 100644
--- a/main/odk/source/unowinreg/win/makefile.mk
+++ b/main/odk/source/unowinreg/win/makefile.mk
@@ -94,7 +94,8 @@ SHL1STDLIBS += -lgcc -lmingw32 -lmoldname -lmsvcrt
 
 SHL1STDLIBS +=\
                $(KERNEL32LIB)\
-               $(ADVAPI32LIB)
+               $(ADVAPI32LIB)\
+               $(LIBCMT)
 
 SHL1DEF=$(MISC)$/$(SHL1TARGET).def
 

Reply via email to