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

(-)Makefile.old (-2 / +2 lines)
Lines 163-170 Link Here
163
$(EXPANDED_OBJ_FILES): $(BUILD_DIR)/%.o: gexiv2/%.cpp $(EXPANDED_HEADER_FILES) $(CONFIG_IN) Makefile
163
$(EXPANDED_OBJ_FILES): $(BUILD_DIR)/%.o: gexiv2/%.cpp $(EXPANDED_HEADER_FILES) $(CONFIG_IN) Makefile
164
	@pkg-config --print-errors --exists '$(EXT_PKG_VERSIONS)'
164
	@pkg-config --print-errors --exists '$(EXT_PKG_VERSIONS)'
165
	@mkdir -p $(BUILD_DIR)
165
	@mkdir -p $(BUILD_DIR)
166
	libtool --mode=compile $(CXX) -c $(EXT_PKGS_CFLAGS) $(CFLAGS) -I. -o $@ $<
166
	libtool --mode=compile --tag=CC $(CXX) -c $(EXT_PKGS_CFLAGS) $(CFLAGS) -I. -o $@ $<
167
167
168
$(LIBRARY_BIN): $(EXPANDED_OBJ_FILES)
168
$(LIBRARY_BIN): $(EXPANDED_OBJ_FILES)
169
	libtool --mode=link $(CXX) -rpath $(PREFIX)/$(LIB) $(EXPANDED_LO_FILES) $(EXT_PKGS_LDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(LIBRARY_BIN)
169
	libtool --mode=link --tag=CC $(CXX) -rpath $(PREFIX)/$(LIB) $(EXPANDED_LO_FILES) $(EXT_PKGS_LDFLAGS) $(CFLAGS) $(LDFLAGS) -o $(LIBRARY_BIN)
170
170

Return to bug 327011