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 }