X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fopenssl;h=7239a98f472d02c7841c3690e1cd67d1a3df2802;hp=6050768ecc58831b2378f6dc737f7909a5ab641d;hb=7520b95a8b22e8e77ab229c0c6da592174bfcd28;hpb=33e3a1bd8487762b1286ddb360fdf855af752871 diff --git a/lfs/openssl b/lfs/openssl index 6050768ecc..7239a98f47 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -37,6 +37,7 @@ ifneq "$(KCFG)" "-sse2" CFLAGS += -DPURIFY else CFLAGS =-O2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fPIC +CFLAGS+= -mindirect-branch=thunk -mfunction-return=thunk CFLAGS+= -fstack-protector-all --param=ssp-buffer-size=4 CFLAGS+= -march=i686 -mmmx -msse -msse2 -mfpmath=sse CFLAGS+= -fomit-frame-pointer -DPURIFY