Обсуждение: pgsql: > A quick look shows that when you use --with-libraries=/foo/bar

Поиск
Список
Период
Сортировка

pgsql: > A quick look shows that when you use --with-libraries=/foo/bar

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
> A quick look shows that when you use --with-libraries=/foo/bar the
> generated link line for libraries says
>
>  -L/foo/bar -lpq
>
> and it should probably be the other way around (as it is for the
> executables).
>
> So I suspect we need some makefile tuning.

You were correct. This patch fixes it.

Jim C. Nasby

Modified Files:
--------------
    pgsql/src:
        Makefile.shlib (r1.90 -> r1.91)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.90&r2=1.91)