[arch-commits] Commit in pacman/trunk (PKGBUILD makepkg.conf)

Evangelos Foutras foutrelis at archlinux.org
Fri Oct 2 11:48:18 UTC 2015


    Date: Friday, October 2, 2015 @ 13:48:18
  Author: foutrelis
Revision: 248253

upgpkg: pacman 4.2.1-4

Remove -fstack-check (FS#46019).

Modified:
  pacman/trunk/PKGBUILD
  pacman/trunk/makepkg.conf

--------------+
 PKGBUILD     |    4 ++--
 makepkg.conf |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-02 11:00:18 UTC (rev 248252)
+++ PKGBUILD	2015-10-02 11:48:18 UTC (rev 248253)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=4.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A library-based package manager with dependency support"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/pacman/"
@@ -30,7 +30,7 @@
          'e8f72afe6f417d11bd36ada042744fe4'
          '2db6c94709bb30cc614a176ecf8badb1'
          'de74a13618347f08ae4a9637f74471c4'
-         '08beec98ce8c3eca6a980c4a21c0bef0')
+         '4036ccfaed40622a1df74fd464fe0582')
 validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD')  # Allan McRae <allan at archlinux.org>
 
 

Modified: makepkg.conf
===================================================================
--- makepkg.conf	2015-10-02 11:00:18 UTC (rev 248252)
+++ makepkg.conf	2015-10-02 11:48:18 UTC (rev 248253)
@@ -37,8 +37,8 @@
 # -march (or -mcpu) builds exclusively for an architecture
 # -mtune optimizes for an architecture, but builds for whole processor family
 CPPFLAGS="-D_FORTIFY_SOURCE=2"
-CFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong -fstack-check"
-CXXFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong -fstack-check"
+CFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong"
+CXXFLAGS="@CARCHFLAGS@ -mtune=generic -O2 -pipe -fstack-protector-strong"
 LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
 #-- Make Flags: change this for DistCC/SMP systems
 #MAKEFLAGS="-j2"



More information about the arch-commits mailing list