[SCM] libva/master: Build with --enable-static

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Oct 6 00:16:25 UTC 2014


The following commit has been merged in the master branch:
commit 58a970192aa6a8827a9db2c10c3c15afb2627098
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Oct 6 02:16:18 2014 +0200

    Build with --enable-static

diff --git a/debian/rules b/debian/rules
index dbf8aa3..be90f28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
-confflags = --disable-silent-rules
+confflags = --disable-silent-rules --enable-static
 ifeq (,$(findstring linux,$(DEB_HOST_ARCH_OS)))
 # wayland is only available on linux-any
 confflags += --disable-wayland

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list