summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-02-13 15:43:52 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-02-13 15:46:12 +0100
commit6a765b80ea66ff0ac1d24c07be466cd754749c3e (patch)
tree93d3bf85ccaa845d04fa4bb9f50d79abc395a3cd /dev-lang/julia
parentapp-arch/dtrx: remove platform specifier (diff)
downloadgentoo-6a765b80ea66ff0ac1d24c07be466cd754749c3e.tar.gz
gentoo-6a765b80ea66ff0ac1d24c07be466cd754749c3e.tar.bz2
gentoo-6a765b80ea66ff0ac1d24c07be466cd754749c3e.zip
dev-lang/julia: build libpcre
Closes: https://bugs.gentoo.org/893336 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/julia')
-rw-r--r--dev-lang/julia/julia-1.8.3-r3.ebuild (renamed from dev-lang/julia/julia-1.8.3-r2.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/julia/julia-1.8.3-r2.ebuild b/dev-lang/julia/julia-1.8.3-r3.ebuild
index 80b3ddf0dc9e..8c004212a919 100644
--- a/dev-lang/julia/julia-1.8.3-r2.ebuild
+++ b/dev-lang/julia/julia-1.8.3-r3.ebuild
@@ -111,6 +111,7 @@ src_configure() {
filter-lto
# julia does not play well with the system versions of libuv
+ # Fails to compile with libpcre2 on split-usr, bug #893336
# USE_SYSTEM_LIBM=0 implies using external openlibm
cat <<-EOF > Make.user
LOCALBASE:="${EPREFIX}/usr"
@@ -125,7 +126,7 @@ src_configure() {
USE_SYSTEM_CSL:=1
USE_SYSTEM_LLVM:=0
USE_SYSTEM_LIBUNWIND:=1
- USE_SYSTEM_PCRE:=1
+ USE_SYSTEM_PCRE:=0
USE_SYSTEM_LIBM:=0
USE_SYSTEM_OPENLIBM:=1
USE_SYSTEM_DSFMT:=1