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 <[email protected]>
 # Contributor: Daniel J Griffiths <[email protected]>
 # Contributor: Stefan Husmann <[email protected]>
+# Contributor: Roman Mikhayloff <[email protected]>
 
 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

Reply via email to