[geany/geany-plugins] 53c2fb: Fix building the utils library on Windows

Colomban Wendling git-noreply at xxxxx
Sun Oct 15 21:28:08 UTC 2017


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 15 Oct 2017 21:28:08 UTC
Commit:      53c2fb92830f6a72374cd601d47f5ee80d62acfb
             https://github.com/geany/geany-plugins/commit/53c2fb92830f6a72374cd601d47f5ee80d62acfb

Log Message:
-----------
Fix building the utils library on Windows


Modified Paths:
--------------
    utils/src/Makefile.am

Modified: utils/src/Makefile.am
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -10,5 +10,5 @@ libgeanypluginutils_la_CPPFLAGS = $(AM_CPPFLAGS) \
 	-DG_LOG_DOMAIN=\"Utils\"
 libgeanypluginutils_la_CFLAGS = $(AM_CFLAGS)
 libgeanypluginutils_la_LIBADD = $(COMMONLIBS)
-libgeanypluginutils_la_LDFLAGS = $(GP_LDFLAGS)
+libgeanypluginutils_la_LDFLAGS = -no-undefined $(GP_LDFLAGS)
 include $(top_srcdir)/build/cppcheck.mk



--------------
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