On Thu, Jul 30, 2015 at 09:27:10PM +0200, Marc Lehmann wrote: > On Thu, Jul 30, 2015 at 08:58:21PM +0200, Kurt Roeckx <[email protected]> wrote: > > Yes, I was talking about -fsanitize=address. I suggest you make a > > static version of libcrypto/libssl and link that in gvpe. I > > suggest you build both openssl and gvpe with that option. > > I guess correctly then - I built a gvpe binary with it and it works for a > while now. I will have to look into building openssl this way - any tips > on how to most easily achieve that with the debian openssl package?
It should pick them up from dpkg-buildflags. So setting DEB_CFLAGS_APPEND="-fsanitize=address" in the environment should do it. Kurt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

