From 45cdaa095a0e2fe9558de682e1c12229dfab9adc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 3 Mar 2013 10:07:16 +0100 Subject: cygwin: Link many libraries with -no-undefined to create a dll Only the Gb library relies on having undefined references to a symbol that needs to be provided by the host application. For all other libraries we can link with -no-undefined. --- src/vty/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vty/Makefile.am') diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index 76d7f271..a6cfd6f7 100644 --- a/src/vty/Makefile.am +++ b/src/vty/Makefile.am @@ -9,6 +9,6 @@ lib_LTLIBRARIES = libosmovty.la libosmovty_la_SOURCES = buffer.c command.c vty.c vector.c utils.c \ telnet_interface.c logging_vty.c -libosmovty_la_LDFLAGS = -version-info $(LIBVERSION) +libosmovty_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined libosmovty_la_LIBADD = $(top_builddir)/src/libosmocore.la endif -- cgit v1.2.3