[SCM] attica packaging branch, master, updated. debian/5.37.0-2-104-gbedaaba

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:22:18 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/attica.git;a=commitdiff;h=686637c

The following commit has been merged in the master branch:
commit 686637ca60478a3d5d595f650da314ae649efd5c
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Feb 13 11:38:46 2017 +0100

    set c++11 option
    
    frameworks now depends on nullptr and friends so we need c++11
    enabled in gcc
    
    https://mail.kde.org/pipermail/kde-frameworks-devel/2016-December/040653.html
---
 debian/libkf5attica-dev.acc.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/libkf5attica-dev.acc.in b/debian/libkf5attica-dev.acc.in
index d7f1324..f8c4cd4 100644
--- a/debian/libkf5attica-dev.acc.in
+++ b/debian/libkf5attica-dev.acc.in
@@ -15,6 +15,7 @@
 
 <gcc_options>
     -fPIC
+    -sdc=c++11
 </gcc_options>
 
 </descriptor>

-- 
attica packaging



More information about the pkg-kde-commits mailing list