[arch-commits] Commit in codeblocks/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Jul 3 23:40:45 UTC 2016


    Date: Sunday, July 3, 2016 @ 23:40:44
  Author: arodseth
Revision: 181935

upgpkg: codeblocks 16.01-4

Modified:
  codeblocks/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-03 21:44:48 UTC (rev 181934)
+++ PKGBUILD	2016-07-03 23:40:44 UTC (rev 181935)
@@ -4,10 +4,11 @@
 # Contributor: Robert Hollencamp <rhollencamp at gmail.com>
 # Contributor: Daniel J Griffiths <griffithsdj at inbox.com>
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Roman Mikhayloff <rimf at inbox.ru>
 
 pkgname=codeblocks
 pkgver=16.01
-pkgrel=3
+pkgrel=4
 pkgdesc='Cross-platform C/C++ IDE'
 arch=('x86_64' 'i686')
 url='http://www.codeblocks.org/'
@@ -25,6 +26,11 @@
   export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
   export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
 
+  # FS#49799
+  export CFLAGS="-march=native -O0 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
+  export CXXFLAGS="-march=native -O0 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
+  export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
+
   ./bootstrap
   ./configure --prefix=/usr --with-contrib-plugins=all
   make



More information about the arch-commits mailing list