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

Commit 5936710

Browse files
bpiotrowskisvntogit
bpiotrowski
authored and
svntogit
committed
7.1.1-4: enable SSP and PIE by default
git-svn-id: file:///srv/repos/svn-packages/svn@299432 eb2447ed-0c53-47e4-bac8-5bc4a241df78
1 parent 354f152 commit 5936710

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

trunk/PKGBUILD

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
88
pkgver=7.1.1
99
_pkgver=${pkgver:0:1}
1010
_islver=0.18
11-
pkgrel=3
12-
_commit=81fc9125b24bba5f2761b7986ff4e3de14740291
11+
pkgrel=4
12+
_commit=d791474f3fc2133fa0c310e566988b0cbdff321e
1313
pkgdesc="The GNU Compiler Collection"
1414
arch=('i686' 'x86_64')
1515
license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -81,7 +81,9 @@ build() {
8181
--enable-gnu-indirect-function \
8282
--disable-multilib \
8383
--disable-werror \
84-
--enable-checking=release
84+
--enable-checking=release \
85+
--enable-default-pie \
86+
--enable-default-ssp
8587

8688
make
8789

0 commit comments

Comments
 (0)