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

Collapse All | Expand All

(-)./plugins/fax/fax_spandsp/Makefile.in~ (-1 / +1 lines)
Lines 76-82 Link Here
76
OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.cpp,%.o,$(notdir $(SRCS))))
76
OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.cpp,%.o,$(notdir $(SRCS))))
77
77
78
$(PLUGIN): $(OBJECTS)
78
$(PLUGIN): $(OBJECTS)
79
	$(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
79
	$(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
80
80
81
install:
81
install:
82
	mkdir -p $(DESTDIR)$(libdir)/$(FAX_PLUGIN_DIR)
82
	mkdir -p $(DESTDIR)$(libdir)/$(FAX_PLUGIN_DIR)

Return to bug 331085