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

Giovanni Scafora giovanni at archlinux.org
Thu Oct 29 22:45:28 UTC 2009


    Date: Thursday, October 29, 2009 @ 18:45:27
  Author: giovanni
Revision: 56864

upgpkg: live-media 2009.09.28-2
    Fixed FS16875

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-29 18:43:47 UTC (rev 56863)
+++ PKGBUILD	2009-10-29 22:45:27 UTC (rev 56864)
@@ -4,7 +4,7 @@
 
 pkgname=live-media
 pkgver=2009.09.28
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of C++ libraries for multimedia streaming"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -16,7 +16,11 @@
 build()
 {
   cd ${srcdir}/live
-  sed -i 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' config.linux
+   sed \
+       -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \
+       -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+       -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+       -i config.linux
   ./genMakefiles linux
   make || return 1
 




More information about the arch-commits mailing list