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

Collapse All | Expand All

(-)firefox-48.0/config/rules.mk.orig (+5 lines)
Lines 688-693 Link Here
688
ifdef MOZ_POST_PROGRAM_COMMAND
688
ifdef MOZ_POST_PROGRAM_COMMAND
689
	$(MOZ_POST_PROGRAM_COMMAND) $@
689
	$(MOZ_POST_PROGRAM_COMMAND) $@
690
endif
690
endif
691
	@if test "$(PROGRAM)" = "xpcshell"; then \
692
		if type -p "${prefix}/sbin/paxmark.sh" > /dev/null; then \
693
			"${prefix}/sbin/paxmark.sh" m xpcshell; \
694
		fi; \
695
	fi
691
696
692
$(HOST_PROGRAM): $(HOST_PROGOBJS) $(HOST_LIBS) $(HOST_EXTRA_DEPS) $(GLOBAL_DEPS)
697
$(HOST_PROGRAM): $(HOST_PROGOBJS) $(HOST_LIBS) $(HOST_EXTRA_DEPS) $(GLOBAL_DEPS)
693
	$(REPORT_BUILD)
698
	$(REPORT_BUILD)

Return to bug 590658