From 55f76f139a0f2dab39f64bd4e609ea238d95b1ea Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 28 May 2022 19:49:48 +0200 Subject: [PATCH] janet: force /usr/lib as libdir This is used for cross-compilation things too, so lib64 must not appear here. --- srcpkgs/janet/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/janet/template b/srcpkgs/janet/template index 83a1f7fb3d1..1757eb2780e 100644 --- a/srcpkgs/janet/template +++ b/srcpkgs/janet/template @@ -1,9 +1,9 @@ # Template file for 'janet' pkgname=janet version=1.22.0 -revision=1 +revision=2 build_style=meson -configure_args="-Db_lto=false" # breaks jpm +configure_args="-Db_lto=false --libdir=/usr/lib" # breaks jpm short_desc="Dynamic Lisp dialect and bytecode VM" maintainer="Leah Neukirchen " license="MIT"