# HG changeset patch # User Janek WarchoĊ‚ # Date 1345881699 -7200 # Node ID 5d6c1bb0dd46c1d6b36539b747b0782487b41971 # Parent 3a70c061711bfc4248b463f338e84664e5da1a30 odcctools: always use D_FORTIFY_SOURCE=0. fixes bootstrap Util now this flag was inly used in specific system configurations. If it isn't used, there is a buffer overflow warning that we believe to be not dangerous. diff -r 3a70c061711b -r 5d6c1bb0dd46 gub/specs/darwin/odcctools.py --- a/gub/specs/darwin/odcctools.py Fri Jun 01 06:20:39 2012 -0700 +++ b/gub/specs/darwin/odcctools.py Sat Aug 25 10:01:39 2012 +0200 @@ -20,9 +20,7 @@ cross.change_target_package_x86 (self, self.add_linux_x86_env ()) if 'x86_64-linux' in self.settings.build_architecture: self.dependencies += ['linux-x86::glibc'] - if (self.settings.build_bits == '32' - and self.settings.build_hardware_bits == '64'): - self.configure_variables = (cross.AutoBuild.configure_variables + self.configure_variables = (cross.AutoBuild.configure_variables + ' CFLAGS=-D_FORTIFY_SOURCE=0') def autoupdate (self): # PROMOTEME: run aclocal if ^AM_ macros inside configure.*