Adding any module statically is an example, as is setting many flags that shows up in `grep AC_DEFINE configure.in` to a non-default value, such as --enable-v4-mapped or installation paths. --enable-maintainer-mode is another example that drastically changes compile flags.
On Wed, Sep 20, 2023 at 2:27 AM (대학원생) 양성현 (컴퓨터공학과) <[email protected]> wrote: > > I appreciate you for your response. > > I understand that some ./configure flags can affect the httpd executable. > > May I know some examples which ./configure flag affects the httpd executable? > ________________________________ > 보낸 사람: Eric Covener <[email protected]> > 보낸 날짜: 2023년 9월 19일 화요일 오전 1:39 > 받는 사람: [email protected] <[email protected]> > 제목: Re: [users@httpd] Inquiry about apache httpd compile option > > > Does apache httpd binary depend on the compile options? > > It may, but a change to a ./configure flag will not necessarily affect > the httpd executable. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
