[HACKERS] building HEAD on macos fails with #error no source of random numbers configured

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема [HACKERS] building HEAD on macos fails with #error no source of random numbers configured
Дата
Msg-id CADK3HHKxT_JowMcW9=+dD07sOTDCYUjDt+4FSBgWxMw+aN8exg@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] building HEAD on macos fails with #error no source of random numbers configured
Список pgsql-hackers
Looking at src/port/pg_strong_random.c  this would be a bug in autoconf 

#else
        /* The autoconf script should not have allowed this */
#error no source of random numbers configured

My configure line is:

./configure --prefix=/usr/local/pgsql/10 --enable-debug --with-python --with-openssl --with-libraries=/usr/local/opt/openssl/lib --with-includes=/usr/local/opt/openssl/include/ --no-create --no-recursion

I am using openssl-1.0.2j

Regards,

Dave Cramer

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Do we need use more meaningful variables to replace 0in catalog head files?
Следующее
От: Rafa de la Torre
Дата:
Сообщение: [HACKERS] Fix for segfault in plpython's exception handling