Skip to content
Snippets Groups Projects
Unverified Commit b26dd107 authored by alice's avatar alice
Browse files

main/libsndfile: rebuild against flac-1.4.0

parent 40b628ef
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libsndfile
pkgver=1.1.0
pkgrel=1
pkgrel=2
pkgdesc="C library for reading and writing files containing sampled sound"
url="https://libsndfile.github.io/libsndfile/"
arch="all"
......@@ -47,6 +47,7 @@ esac
# - CVE-2017-8365
build() {
CFLAGS="$CFLAGS -flto=auto" \
cmake -B build-shared -G Ninja \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=MinSizeRel \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment