diff options
author | Stephen L Arnold <nerdboy@gentoo.org> | 2018-08-06 17:24:33 -0700 |
---|---|---|
committer | Stephen L Arnold <nerdboy@gentoo.org> | 2018-08-06 17:25:46 -0700 |
commit | cf2f2958d1397ef24fcb402e1115704058c05814 (patch) | |
tree | c0f1b9eb73dbf41526199e5776091f1ae686adb6 /dev-lang/erlang/erlang-20.3.ebuild | |
parent | net-misc/spice-gtk: remove vulnerable version (diff) | |
download | gentoo-cf2f2958d1397ef24fcb402e1115704058c05814.tar.gz gentoo-cf2f2958d1397ef24fcb402e1115704058c05814.tar.bz2 gentoo-cf2f2958d1397ef24fcb402e1115704058c05814.zip |
dev-lang/erlang: add create pidfile patch for epmd and openrc
* this is supposed to be clean and minimally invasive, so follows
upstream idef practices :/
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-lang/erlang/erlang-20.3.ebuild')
-rw-r--r-- | dev-lang/erlang/erlang-20.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/erlang/erlang-20.3.ebuild b/dev-lang/erlang/erlang-20.3.ebuild index 80c077ee54b3..80b1e5b08a41 100644 --- a/dev-lang/erlang/erlang-20.3.ebuild +++ b/dev-lang/erlang/erlang-20.3.ebuild @@ -48,7 +48,8 @@ SITEFILE=50${PN}-gentoo.el src_prepare() { default - eapply "${FILESDIR}"/18.2.1-wx3.0.patch + eapply "${FILESDIR}"/18.2.1-wx3.0.patch \ + "${FILESDIR}"/${PN}-add-epmd-pid-file-creation-for-openrc.patch if ! use odbc; then sed -i 's: odbc : :' lib/Makefile || die |