[vala/0.44] build: Pass -no-undefined when linking libcodegen
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.44] build: Pass -no-undefined when linking libcodegen
- Date: Tue, 16 Jul 2019 08:35:50 +0000 (UTC)
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]