[SCM] libbluray/master: Remove useless CFLAGS calculation

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat May 2 23:45:04 UTC 2015


The following commit has been merged in the master branch:
commit 67c7e61e73b095ab93000ebc0855c4007481897b
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun May 3 01:39:17 2015 +0200

    Remove useless CFLAGS calculation

diff --git a/debian/rules b/debian/rules
index a183c7a..2132907 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,9 +15,6 @@ ifeq (,$(wildcard $(JDK_HOME)))
     $(info "warning: No suitable jni.h was found. Package will most probably FTBFS!")
 endif
 
-# Set CFLAGS to DEB_CFLAGS
-CFLAGS=$(shell dpkg-buildflags --get CFLAGS 2>/dev/null | sed -e 's/-O2//g')
-
 %:
 	dh $@ --parallel --with javahelper,autoreconf
 

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list