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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- mozilla/security/coreconf/rules.mk
0
++ mozilla/security/coreconf/rules.mk
Lines 341-347 Link Here
341
endif	# MSVC with manifest tool
341
endif	# MSVC with manifest tool
342
endif
342
endif
343
else
343
else
344
	$(MKSHLIB) -o $@ $(OBJS) $(SUB_SHLOBJS) $(LD_LIBS) $(EXTRA_LIBS) $(EXTRA_SHARED_LIBS) $(OS_LIBS)
344
	$(MKSHLIB) $(LDFLAGS) -o $@ $(OBJS) $(SUB_SHLOBJS) $(LD_LIBS) $(EXTRA_LIBS) $(EXTRA_SHARED_LIBS) $(OS_LIBS)
345
	chmod +x $@
345
	chmod +x $@
346
ifeq ($(OS_TARGET),Darwin)
346
ifeq ($(OS_TARGET),Darwin)
347
ifdef MAPFILE
347
ifdef MAPFILE

Return to bug 181792