From 5ea74bd351ebbf7e936e294dcde84fec98a5b6e1 Mon Sep 17 00:00:00 2001 From: zhaixiaojuan Date: Thu, 13 Jun 2024 07:43:20 +0000 Subject: [PATCH] testing/cscope: update config sub for loongarch64 --- testing/cscope/APKBUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/cscope/APKBUILD b/testing/cscope/APKBUILD index 5ffcb61bfbc..fc10047192b 100644 --- a/testing/cscope/APKBUILD +++ b/testing/cscope/APKBUILD @@ -12,6 +12,12 @@ subpackages="$pkgname-doc" source="https://downloads.sourceforge.net/cscope/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" +# update config sub to support loongarch64 +prepare() { + default_prepare + update_config_sub +} + build() { cd "$builddir" ./configure \