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

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: building HEAD on macos fails with #error no source of random numbers configured
Date: 2016-12-09 14:30:51
Message-ID: CADK3HHKxT_JowMcW9=+dD07sOTDCYUjDt+4FSBgWxMw+aN8exg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rafa de la Torre 2016-12-09 14:39:44 Fix for segfault in plpython's exception handling
Previous Message Peter Eisentraut 2016-12-09 14:12:21 Re: Do we need use more meaningful variables to replace 0 in catalog head files?