Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
7.1.1-4: enable SSP and PIE by default
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@299432 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
bpiotrowski authored and svntogit committed Jun 30, 2017
1 parent 354f152 commit 5936710
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions trunk/PKGBUILD
Expand Up @@ -8,8 +8,8 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
pkgver=7.1.1
_pkgver=${pkgver:0:1}
_islver=0.18
pkgrel=3
_commit=81fc9125b24bba5f2761b7986ff4e3de14740291
pkgrel=4
_commit=d791474f3fc2133fa0c310e566988b0cbdff321e
pkgdesc="The GNU Compiler Collection"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
Expand Down Expand Up @@ -81,7 +81,9 @@ build() {
--enable-gnu-indirect-function \
--disable-multilib \
--disable-werror \
--enable-checking=release
--enable-checking=release \
--enable-default-pie \
--enable-default-ssp

make

Expand Down

0 comments on commit 5936710

Please sign in to comment.