[SCM] LibASS packaging branch, master, updated. debian/0.9.6-1-15-gf0cb87c

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Fri Aug 21 20:03:36 UTC 2009


The following commit has been merged in the master branch:
commit f0cb87c5fb73d9ce408624906db2c953a3087e0b
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Fri Aug 21 20:49:20 2009 +0100

    Build system has been fixed no need of extra "-lm"

diff --git a/debian/rules b/debian/rules
index 0b90879..6784f80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ endif
 
 CONFFLAGS = $(CROSS) 
 CONFFLAGS += --prefix=/usr --mandir=\$${prefix}/share/man 
-CONFFLAGS += CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs -Wl,--as-needed" LIBS="-lm"
+CONFFLAGS += CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
 
 config.status: $(QUILT_STAMPFN) configure
 	dh_testdir

-- 
LibASS packaging



More information about the pkg-multimedia-commits mailing list