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

Collapse All | Expand All

(-)a/graph/rules.mk (-3 / +2 lines)
Lines 12-18 Link Here
12
12
13
13
14
GRAPH_INCLUDES := $(subst /,$(COMPILER_SEP),$(TOP_DIR_2)/graph)
14
GRAPH_INCLUDES := $(subst /,$(COMPILER_SEP),$(TOP_DIR_2)/graph)
15
GRAPH_LIB      := $(OBJ_DIR_2)/graph.$(SA)
15
GRAPH_LIB      := $(OBJ_DIR_2)/graph.$(A)
16
16
17
GRAPH := $(TOP_DIR_2)/graph
17
GRAPH := $(TOP_DIR_2)/graph
18
18
Lines 46-52 GRAPH_OBJS := $(OBJ_DIR_2)/gblblit.$(O) \ Link Here
46
# this value can be modified by the system-specific graphics drivers.
46
# this value can be modified by the system-specific graphics drivers.
47
#
47
#
48
ifneq ($(LIBTOOL),)
48
ifneq ($(LIBTOOL),)
49
  COMPILE_GRAPH_LIB = $(LIBTOOL) --mode=link $(CCraw) -static \
49
  COMPILE_GRAPH_LIB = $(LIBTOOL) --mode=link $(CCraw) -module -static \
50
                                 -o $(subst /,$(COMPILER_SEP),$@ $(GRAPH_OBJS))
50
                                 -o $(subst /,$(COMPILER_SEP),$@ $(GRAPH_OBJS))
51
else
51
else
52
  COMPILE_GRAPH_LIB = ar -r $(subst /,$(COMPILER_SEP),$@ $(GRAPH_OBJS))
52
  COMPILE_GRAPH_LIB = ar -r $(subst /,$(COMPILER_SEP),$@ $(GRAPH_OBJS))
53
- 

Return to bug 775881