[vala/0.44] build: Pass -no-undefined when linking libcodegen



commit e7140a514e07d91a4f26018e055f92e190d89cdc
Author: Jeremy Philippe <jeremy philippe gmail com>
Date:   Fri Jul 5 18:26:05 2019 +0200

    build: Pass -no-undefined when linking libcodegen
    
    This is required to build under MinGW (and presumably Cygwin).
    
    Fixes https://gitlab.gnome.org/GNOME/vala/issues/820

 codegen/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/codegen/Makefile.am b/codegen/Makefile.am
index 7a1778748..d22ecfd58 100644
--- a/codegen/Makefile.am
+++ b/codegen/Makefile.am
@@ -20,6 +20,7 @@ libvalaccodegen_la_LTLIBRARIES = \
 libvalaccodegen_ladir = $(pkglibdir)
 
 libvalaccodegen_la_LDFLAGS = \
+       -no-undefined \
        -avoid-version \
        $(NULL)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]