mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libdca: add libm to LDFLAGS
When linking the pow(3) and log(3) functions are not found.
This commit is contained in:
parent
94e5d71af4
commit
62967ae6aa
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libdca'
|
# Template file for 'libdca'
|
||||||
pkgname=libdca
|
pkgname=libdca
|
||||||
version=0.0.5
|
version=0.0.5
|
||||||
revision=8
|
revision=9
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="DTS Coherent Acoustics decoder"
|
short_desc="DTS Coherent Acoustics decoder"
|
||||||
homepage="http://www.videolan.org/developers/libdca.html"
|
homepage="http://www.videolan.org/developers/libdca.html"
|
||||||
|
@ -10,6 +10,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="http://download.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2"
|
distfiles="http://download.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2"
|
||||||
checksum=dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642
|
checksum=dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642
|
||||||
|
|
||||||
|
LDFLAGS="-lm"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Fix manpage links.
|
# Fix manpage links.
|
||||||
cd ${DESTDIR}/usr/share/man/man1
|
cd ${DESTDIR}/usr/share/man/man1
|
||||||
|
|
Loading…
Add table
Reference in a new issue