[arch-commits] Commit in rtmpdump/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Sep 22 10:58:53 UTC 2014


    Date: Monday, September 22, 2014 @ 12:58:53
  Author: heftig
Revision: 222630

Set flags properly

Modified:
  rtmpdump/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-22 10:51:27 UTC (rev 222629)
+++ PKGBUILD	2014-09-22 10:58:53 UTC (rev 222630)
@@ -5,7 +5,7 @@
 
 pkgname=rtmpdump
 pkgver=20140918
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool to download rtmp streams'
 arch=('i686' 'x86_64')
 url='http://rtmpdump.mplayerhq.hu/'
@@ -18,7 +18,7 @@
 
 build() {
   cd $pkgname
-  make
+  make OPT="$CFLAGS" XLDFLAGS="$LDFLAGS"
 }
 
 package() {




More information about the arch-commits mailing list