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

(-)ghc-9.2.8.ebuild-orig (+7 lines)
Lines 555-560 src_prepare() { Link Here
555
			# ghci uses mmap with rwx protection at it implements dynamic
555
			# ghci uses mmap with rwx protection at it implements dynamic
556
			# linking on it's own (bug #299709)
556
			# linking on it's own (bug #299709)
557
			pax-mark -m "${WORKDIR}/usr/$(get_libdir)/${PN}-${bin_pv}/bin/ghc"
557
			pax-mark -m "${WORKDIR}/usr/$(get_libdir)/${PN}-${bin_pv}/bin/ghc"
558
			pax-mark -m "${WORKDIR}/usr/$(get_libdir)/${PN}-${bin_pv}/bin/ghc-pkg"
558
		fi
559
		fi
559
	fi
560
	fi
560
561
Lines 865-870 src_compile() { Link Here
865
		fi
866
		fi
866
		# 3. and then all the rest
867
		# 3. and then all the rest
867
		emake all
868
		emake all
869
		pax-mark -m utils/ghc-pkg/dist/build/tmp/ghc-pkg
870
		pax-mark -m utils/ghc-pkg/dist-install/build/tmp/ghc-pkg
871
		pax-mark -m inplace/lib/bin/ghc-pkg
872
		pax-mark -m utils/ghc-cabal/dist/build/tmp/ghc-cabal
873
		pax-mark -m utils/ghc-cabal/dist-install/build/tmp/ghc-cabal
874
		pax-mark -m inplace/bin/ghc-cabal
868
	fi # ! use binary
875
	fi # ! use binary
869
}
876
}
870
877

Return to bug 920838