Re: how to compile postgresql with other version of openssl?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: how to compile postgresql with other version of openssl?
Дата
Msg-id CAB7nPqQDd_TgG67bs1j8mGYrG+4S=quL4HtBBL=3q+cMBm3vsQ@mail.gmail.com
обсуждение исходный текст
Ответ на how to compile postgresql with other version of openssl?  ("krzf83@gmail.com " <krzf83@gmail.com>)
Ответы Re: how to compile postgresql with other version of openssl?  ("krzf83@gmail.com " <krzf83@gmail.com>)
Список pgsql-general
On Sun, Jul 26, 2015 at 2:55 PM, krzf83@gmail.com <krzf83@gmail.com> wrote:
> Postgresql is first linux program based on automake I've ever seen
> (and i've been compiling linux stuff nice 1999) that does not allow
> specyfying lib locations on ./configure like
> (like --with-openssl=/path/to/openssl)

You could use CFLAGS and LDFLAGS for this purpose:
./configure CFLAGS="-I/usr/openssl-0.9.8zg/include" \
    LDFLAGS="-L/usr/openssl-0.9.8zg/lib" \
    --with-openssl
--
Michael


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

Предыдущее
От: "krzf83@gmail.com "
Дата:
Сообщение: how to compile postgresql with other version of openssl?
Следующее
От: "krzf83@gmail.com "
Дата:
Сообщение: Re: how to compile postgresql with other version of openssl?