Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 617756
Collapse All | Expand All

(-)a/make.tmpl.in (-1 / +1 lines)
Lines 53-59 PYCOMPILE = $(top_srcdir)/autoconf/py-compile Link Here
53
53
54
LIBS = @LIBS@
54
LIBS = @LIBS@
55
# Extra libraries always linked with static binaries
55
# Extra libraries always linked with static binaries
56
STATIC_LIBS = $(SELINUX_STATIC_LIBS) $(UDEV_STATIC_LIBS) $(BLKID_STATIC_LIBS)
56
STATIC_LIBS = $(SELINUX_STATIC_LIBS) $(UDEV_STATIC_LIBS) $(BLKID_STATIC_LIBS) $(M_LIBS)
57
DEFS += @DEFS@
57
DEFS += @DEFS@
58
# FIXME set this only where it's needed, not globally?
58
# FIXME set this only where it's needed, not globally?
59
CFLAGS ?= @COPTIMISE_FLAG@ @CFLAGS@
59
CFLAGS ?= @COPTIMISE_FLAG@ @CFLAGS@

Return to bug 617756