Prevent linking with libclang
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: libfyaml
|
name: libfyaml
|
||||||
description: Fully feature complete YAML parser and emitter
|
description: Fully feature complete YAML parser and emitter
|
||||||
version: 0.9.2
|
version: 0.9.2
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://github.com/pantoniou/libfyaml
|
url: https://github.com/pantoniou/libfyaml
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ prepare() {
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr --without-libclang --disable-static
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user