Merge pull request #3030 from pullmoll/libdca
libdca: add libm to LDFLAGS
This commit is contained in:
commit
5f3771405a
|
@ -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…
Reference in New Issue
Block a user