From bd69e6cccc0334d3bb5912021c4b5eec81cce7dd Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 6 Jan 2026 17:31:05 +0200 Subject: [PATCH] Prevent linking with libclang --- pkg.info | 2 +- source.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 68b2b13..315ad26 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: libfyaml description: Fully feature complete YAML parser and emitter version: 0.9.2 -revision: 1 +revision: 2 url: https://github.com/pantoniou/libfyaml license: MIT architecture: any diff --git a/source.sh b/source.sh index 0832bc7..cd92f10 100644 --- a/source.sh +++ b/source.sh @@ -12,7 +12,7 @@ prepare() { # The build function is executed in the source directory # This function is used to compile the source code build() { - ./configure --prefix=/usr + ./configure --prefix=/usr --without-libclang --disable-static make }