diff options
author | MagelessMayhem <107271276+MagelessMayhem@users.noreply.github.com> | 2023-01-07 02:23:19 -0500 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-07 10:19:42 +0100 |
commit | 5a365db67d282d83b87f1f8a952d9f1cac503079 (patch) | |
tree | 02378fcd0e965493151a413a5803a05199320641 /dev-lang/haxe | |
parent | licenses: Add explanation to MIT (diff) | |
download | gentoo-5a365db67d282d83b87f1f8a952d9f1cac503079.tar.gz gentoo-5a365db67d282d83b87f1f8a952d9f1cac503079.tar.bz2 gentoo-5a365db67d282d83b87f1f8a952d9f1cac503079.zip |
dev-lang/haxe: Build haxe without stripping debugging symbols
The Haxe ebuild in its current state breaks its own library manager, haxelib.
This is due to Haxe's building process, where it strips its own binaries
prior to installation.
This small but important fix restores the functionality of haxelib and
allows Haxe programmers to finally install libraries.
Signed-off-by: Sebastian France <MagelessMayhem@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28994
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/haxe')
-rw-r--r-- | dev-lang/haxe/haxe-4.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/haxe/haxe-4.2.5.ebuild b/dev-lang/haxe/haxe-4.2.5.ebuild index b4c6b1ae2869..e487bbe2c081 100644 --- a/dev-lang/haxe/haxe-4.2.5.ebuild +++ b/dev-lang/haxe/haxe-4.2.5.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-2+ MIT" SLOT="0/${PV}" IUSE="+ocamlopt" - +RESTRICT="strip" # NOTICE: # Theoretically luv <= 0.5.8 is pinned but it is because of mingw issues RDEPEND=" |