From 62967ae6aa88cfcfa3e17559f0e05b1c090fe737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 22 Nov 2015 08:59:16 +0100 Subject: [PATCH] libdca: add libm to LDFLAGS When linking the pow(3) and log(3) functions are not found. --- srcpkgs/libdca/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libdca/template b/srcpkgs/libdca/template index d6866d4d8f3..c14117117d7 100644 --- a/srcpkgs/libdca/template +++ b/srcpkgs/libdca/template @@ -1,7 +1,7 @@ # Template file for 'libdca' pkgname=libdca version=0.0.5 -revision=8 +revision=9 build_style=gnu-configure short_desc="DTS Coherent Acoustics decoder" homepage="http://www.videolan.org/developers/libdca.html" @@ -10,6 +10,8 @@ maintainer="Juan RP " distfiles="http://download.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2" checksum=dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642 +LDFLAGS="-lm" + post_install() { # Fix manpage links. cd ${DESTDIR}/usr/share/man/man1