Re: Configuring fdatasync for Solaris2

Поиск
Список
Период
Сортировка
От Kenji Sugita
Тема Re: Configuring fdatasync for Solaris2
Дата
Msg-id 20010911.092033.41659786.sugita@sra.co.jp
обсуждение исходный текст
Ответ на Re: Configuring fdatasync for Solaris2  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Configuring fdatasync for Solaris2  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
From: Peter Eisentraut <peter_e@gmx.net>
Subject: Re: [PATCHES] Configuring fdatasync for Solaris2
Date: Mon, 10 Sep 2001 19:58:55 +0200 (CEST)

;;; Kenji Sugita writes:
;;;
;;; > Attached is a patch to find out fdatasync in libposix4 for Solaris2.
;;;
;;; Please use AC_SEARCH_LIBS and do not make the test dependent on solaris.
;;;
;;; --
;;; Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter

It already dependents on aix and alpha. Why should solaris use AC_SEARCH_LIBS?

...
if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
then
        AC_CHECK_LIB(bsd,      main)
fi
AC_CHECK_LIB(util,     setproctitle)
...


Kenji Sugita
sugita@sra.co.jp

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Support building in a different directory on Solaris
Следующее
От: "Joe Conway"
Дата:
Сообщение: Bytea string operator support