diff --git a/make.tmpl.in b/make.tmpl.in index a40eaaa15..7eea943aa 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -53,7 +53,7 @@ PYCOMPILE = $(top_srcdir)/autoconf/py-compile LIBS = @LIBS@ # Extra libraries always linked with static binaries -STATIC_LIBS = $(SELINUX_STATIC_LIBS) $(UDEV_STATIC_LIBS) $(BLKID_STATIC_LIBS) +STATIC_LIBS = $(SELINUX_STATIC_LIBS) $(UDEV_STATIC_LIBS) $(BLKID_STATIC_LIBS) $(M_LIBS) DEFS += @DEFS@ # FIXME set this only where it's needed, not globally? CFLAGS ?= @COPTIMISE_FLAG@ @CFLAGS@