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/codec/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/codec') diff --git a/src/codec/Makefile.am b/src/codec/Makefile.am index 6110cbf7..f4dec62b 100644 --- a/src/codec/Makefile.am +++ b/src/codec/Makefile.am @@ -7,4 +7,4 @@ AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include lib_LTLIBRARIES = libosmocodec.la libosmocodec_la_SOURCES = gsm610.c gsm620.c gsm660.c gsm690.c -libosmocodec_la_LDFLAGS = -version-info $(LIBVERSION) +libosmocodec_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined -- cgit v1.2.3