mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
rtmpdump: pass LDFLAGS.
This commit is contained in:
parent
bcba54d050
commit
1938bc16d1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rtmpdump'
|
# Template file for 'rtmpdump'
|
||||||
pkgname=rtmpdump
|
pkgname=rtmpdump
|
||||||
version=2.4
|
version=2.4
|
||||||
revision=12
|
revision=13
|
||||||
makedepends="zlib-devel libressl-devel"
|
makedepends="zlib-devel libressl-devel"
|
||||||
short_desc="Toolkit for RTMP streams"
|
short_desc="Toolkit for RTMP streams"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -11,7 +11,7 @@ distfiles="http://dev.gentoo.org/~hwoarang/distfiles/${pkgname}-${version}.tar.g
|
||||||
checksum=51f54d37907f19bfa00219d57ec6e12d09458bb31360e8cf004883df745f094c
|
checksum=51f54d37907f19bfa00219d57ec6e12d09458bb31360e8cf004883df745f094c
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC="$CC" OPT="$CFLAGS" ${makejobs}
|
make CC="$CC" OPT="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/lib
|
vmkdir usr/lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue