From c0891e554b6bebb2dff1bf794d8e38b0d7ef1061 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 7 Nov 2021 18:13:02 +0100 Subject: [PATCH] quickjs: move qjsc to quickjs-devel. Also fix path to libquickjs.a. Closes #33935. --- srcpkgs/quickjs/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/quickjs/template b/srcpkgs/quickjs/template index a1c9f8d1c36..1bfbdb43242 100644 --- a/srcpkgs/quickjs/template +++ b/srcpkgs/quickjs/template @@ -1,7 +1,7 @@ # Template file for 'quickjs' pkgname=quickjs version=2021.03.27 -revision=2 +revision=3 wrksrc="${pkgname}-${version//./-}" build_style=gnu-makefile make_use_env=true @@ -26,6 +26,7 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then fi pre_configure() { + vsed -i -e 's|%s/lib/quickjs|%s/lib|' qjsc.c vsed -i -e '/HOST_CC/s/CFLAGS_OPT/BUILD_CFLAGS/' Makefile cat >>Makefile <