Bug#859368: gdal shouldn't disable PIE

2017-04-02 Thread Adrian Bunk
On Sun, Apr 02, 2017 at 10:40:18PM +0200, Sebastiaan Couwenberg wrote: > On 04/02/2017 10:15 PM, Adrian Bunk wrote: > > The -pie in hardening flags was in some cases required in pre-stretch > > releases to avoid build failures caused by (incorrectly) passing -fPIE > > to the compiler when building

Bug#859368: gdal shouldn't disable PIE

2017-04-02 Thread Sebastiaan Couwenberg
On 04/02/2017 10:15 PM, Adrian Bunk wrote: > The -pie in hardening flags was in some cases required in pre-stretch > releases to avoid build failures caused by (incorrectly) passing -fPIE > to the compiler when building shared libraries or plugins. > This problem does no longer exist. > > Please

Bug#859368: gdal shouldn't disable PIE

2017-04-02 Thread Adrian Bunk
Source: gdal Version: 2.1.2+dfsg-3 Severity: important Tags: patch With gcc in stretch defaulting to PIE, hardening=+all,-pie changed semantics from "enable hardening but not PIE" to "enable all hardening and explicitely disable the default PIE". The latter is usually not intended. For packages