Re: pgsql 8.0.0b1 - openssl detection

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql 8.0.0b1 - openssl detection
Дата
Msg-id 14386.1092963167@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql 8.0.0b1 - openssl detection  (Stefanos Harhalakis <v13@it.teithe.gr>)
Ответы Re: pgsql 8.0.0b1 - openssl detection  (Stefanos Harhalakis <v13@it.teithe.gr>)
Список pgsql-bugs
Stefanos Harhalakis <v13@it.teithe.gr> writes:
> It seems that the problem is in src/template/linux:

> $ cat src/template/linux=20
> # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
> CPPFLAGS="-D_GNU_SOURCE"

> which is beeing sourced by configure.in. Changing this to
> CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
> solves the problem.

Hmm, good point (and I see template/hpux is committing the same sin).

For CFLAGS, configure.in takes pains to not let the template file
override a user-supplied setting.  Should we do the same for CPPFLAGS,
or just apply the quick-and-dirty patch suggested by Stefanos to these
two templates?

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Regression test fail 8 beta on Fedora Core2
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1224: Restarting postgres appends extra -D argument