[SCM] libbluray/master: Remove unnecessary flags

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Feb 9 01:14:04 UTC 2014


The following commit has been merged in the master branch:
commit de87b27b7acbbddf25d951787c93e66b1eca7c49
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Feb 8 22:40:02 2014 +0100

    Remove unnecessary flags

diff --git a/debian/rules b/debian/rules
index 1c835bf..639a32b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,8 @@
 #!/usr/bin/make -f
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
-DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-confflags := --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --enable-doxygen-doc --with-libxml2
+confflags := --enable-doxygen-doc --with-libxml2
 
 # enable bdjava on linux hosts only
 ifneq (,$(findstring linux,$(DEB_BUILD_ARCH_OS)))
@@ -17,7 +15,7 @@ endif
 
 export JDK_HOME=$(JAVA_HOME)
 $(info Located java at $(JAVA_HOME))
-confflags += --enable-bdjava --with-bdj-type=j2se --with-freetype
+confflags += --enable-bdjava --with-bdj-type=j2se
 endif
 
 # Set CFLAGS to DEB_CFLAGS

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list