/icm/makedefs.in: add -lm for self-consistent shared libs

This commit is contained in:
h_vogt
2013-04-01 20:11:01 +02:00
parent 34441352ea
commit 2632c1f540
+1 -1
View File
@@ -42,7 +42,7 @@ endif
CMPP = $(top_builddir)/src/xspice/cmpp/cmpp CMPP = $(top_builddir)/src/xspice/cmpp/cmpp
# Flags to use when linking shared library # Flags to use when linking shared library
LDFLAGS = -shared LDFLAGS = -shared -lm
ifeq ($(ISMINGW), 1) ifeq ($(ISMINGW), 1)
LDFLAGS = -shared @LDFLAGS@ LDFLAGS = -shared @LDFLAGS@
endif endif