Hi, Am Wed, Jun 16, 2021 at 03:00:31PM +0200 schrieb Michael Olbrich: > On Wed, Jun 16, 2021 at 02:22:01PM +0200, Alexander Dahl wrote: > > What I need is something containing the CFLAGS already set by ptxdist > > through various variables (like platform hardening options) to pass it > > on to the handcrafted ./configure which does not consider the CFLAGS > > environment variable. > > Why do you need to pass those to the configure script? All CFLAGS will be > automatically added when the compiler is called. Or is there some code in > the configure script that scans the CFLAGS manually?
Oh okay. So the compiler wrapper handles this? That was a lack of knowledge on my site then. I was just confused, because if you build ppp by yourself without ptxdist, you have to call `./configure --cflags="WHATEVERCFLAGS"` to have ppp's configure do the right thing. Greets Alex _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
