summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2014-11-20 18:37:04 +0000
committerGary V. Vaughan <gary@gnu.org>2014-11-20 20:46:10 +0000
commit9b05f560559e00ec19064339ff2a4c6c54d954c0 (patch)
tree9f46ef2ceabef1b95e28dcd71cacb2ca971de410
parente98114fd72d4b2dfee68851efed5ede8021e8ab0 (diff)
downloadm4-9b05f560559e00ec19064339ff2a4c6c54d954c0.tar.gz
configury: loadable modules do not require undefined symbol support.
For compatibility with OS/2 and cygwin, modules must be compiled with no undefined symbols. * Makefile.am (AM_LDFLAGS): Add -no-undefined flag. Reported by Ko Myung-Hun Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1d3c6216..d3c41720 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,7 @@ no_thanks = $(srcdir)/NO-THANKS
# See http://lists.gnu.org/archive/html/libtool-patches/2007-02/msg00062.html
AM_CPPFLAGS = -I$(srcdir) -I.
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
-AM_LDFLAGS = -export-dynamic -export-symbols-regex ".*"
+AM_LDFLAGS = -no-undefined -export-dynamic -export-symbols-regex ".*"
EXTRA_DIST =
BUILT_SOURCES =
CLEANFILES =