[SCM] libavc1394/master: Fix noopt flag in debian/rules
    alessio at users.alioth.debian.org 
    alessio at users.alioth.debian.org
       
    Tue Feb 16 10:11:38 UTC 2016
    
    
  
The following commit has been merged in the master branch:
commit 89e258bb1662b25f93f59b8379eff7b0c4680a8a
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Feb 16 10:10:41 2016 +0000
    Fix noopt flag in debian/rules
    
    Closes: #779886
    Thanks: Michael Tautschnig for reporting this
diff --git a/debian/rules b/debian/rules
index d5e5280..5c04782 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -00
+	CFLAGS += -O0
 endif
 
 %:
-- 
libavc1394 packaging
    
    
More information about the pkg-multimedia-commits
mailing list