[geany/geany-plugins] 5a679c: Pass additional linker flag that's required for win32 builds

Thomas Martitz git-noreply at xxxxx
Sun Jul 5 14:50:17 UTC 2015


Branch:      refs/heads/master
Author:      Thomas Martitz <thomas.martitz at mailbox.org>
Committer:   Thomas Martitz <thomas.martitz at mailbox.org>
Date:        Sun, 05 Jul 2015 14:50:17 UTC
Commit:      5a679c5211383bf447fbcc424982d126a5befb34
             https://github.com/geany/geany-plugins/commit/5a679c5211383bf447fbcc424982d126a5befb34

Log Message:
-----------
Pass additional linker flag that's required for win32 builds

libtool needs -no-undefined for dll files


Modified Paths:
--------------
    build/vars.build.mk

Modified: build/vars.build.mk
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -9,7 +9,7 @@ AM_CFLAGS = \
 	$(GEANY_CFLAGS) \
 	$(GP_CFLAGS)
 
-AM_LDFLAGS = -module -avoid-version $(GP_LDFLAGS)
+AM_LDFLAGS = -module -avoid-version -no-undefined $(GP_LDFLAGS)
 
 COMMONLIBS = \
 	$(GEANY_LIBS) \



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list