Re: Remove distprep

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: Remove distprep
Дата
Msg-id ZN8qV1kvIVIfZw0Q@msg.df7cb.de
обсуждение исходный текст
Ответ на Re: Remove distprep  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Remove distprep  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Re: Michael Paquier
> This one comes down to Debian that patches autoconf with its own set
> of options, requiring a new ./configure in the tree, right?

Yes, mostly. Since autoconf had not seen a new release for so long,
everyone started to patch it, and one of the things that Debian and
others added was --runstatedir=DIR. The toolchain is also using it,
it's part of the default set of options used by dh_auto_configure.

In parallel, the standard debhelper toolchain also started to run
autoreconf by default, so instead of telling dh_auto_configure to omit
--runstatedir, it was really easier to patch configure.ac to remove
the autoconf 2.69 check.

Two of the other patches are touching configure(.ac) anyway to tweak
compiler flags (reproducibility, aarch64 tweaks).

Christoph



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Zhijie Hou (Fujitsu)"
Дата:
Сообщение: RE: Adding a LogicalRepWorker type field
Следующее
От: "Drouvot, Bertrand"
Дата:
Сообщение: Re: WIP: new system catalog pg_wait_event