Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 289922 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- config/Makefile.include.in
0
++ config/Makefile.include.in
Lines 40-48 Link Here
40
LIBTOOL = @LIBTOOL@
40
LIBTOOL = @LIBTOOL@
41
LIBCC = $(LIBTOOL) --mode=compile $(CC)
41
LIBCC = $(LIBTOOL) --mode=compile $(CC)
42
LIBCXX = $(LIBTOOL) --tag=CXX --mode=compile $(CXX)
42
LIBCXX = $(LIBTOOL) --tag=CXX --mode=compile $(CXX)
43
LINKC = $(LIBTOOL) --mode=link $(CC)
43
LINKC = $(LIBTOOL) --mode=link $(CC) $(LDFLAGS)
44
LINKCXX = $(LIBTOOL) --tag=CXX --mode=link $(CXX)
44
LINKCXX = $(LIBTOOL) --tag=CXX --mode=link $(CXX) $(LDFLAGS)
45
LINKCLIB = $(LINKC) -rpath $(libdir)
45
LINKCLIB = $(LINKC) -rpath $(libdir)
46
LINKCXXLIB = $(LINKCXX) -rpath $(libdir)
46
LINKCXXLIB = $(LINKCXX) -rpath $(libdir)
47
INSTALL = @INSTALL@
47
INSTALL = @INSTALL@

Return to bug 289922