Re: BUG #2600: dblink compile with SSL missing libraries
| От | Chris Browne |
|---|---|
| Тема | Re: BUG #2600: dblink compile with SSL missing libraries |
| Дата | |
| Msg-id | 60irk0srmo.fsf@dba2.int.libertyrms.com обсуждение |
| Ответ на | BUG #2600: dblink compile with SSL missing libraries ("Christopher Browne" <cbbrowne@ca.afilias.info>) |
| Список | pgsql-bugs |
The change Tom made to contrib/sshinfo/Makefile to support Darwin, adding in $(LIBS), fixed my problem with that contrib module on AIX. I still need the following, on AIX: =================================================================== RCS file: /projects/cvsroot/pgsql/contrib/dblink/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 27 Feb 2006 12:54:38 -0000 1.11 +++ Makefile 6 Sep 2006 19:48:23 -0000 @@ -3,7 +3,7 @@ MODULE_big = dblink PG_CPPFLAGS = -I$(libpq_srcdir) OBJS = dblink.o -SHLIB_LINK = $(libpq) +SHLIB_LINK = $(libpq) $(LIBS) DATA_built = dblink.sql DATA = uninstall_dblink.sql -- (reverse (concatenate 'string "moc.enworbbc" "@" "enworbbc")) http://linuxdatabases.info/info/nonrdbms.html "Fashion is a form of ugliness so intolerable that we have to alter it every six months." -- Oscar Wilde
В списке pgsql-bugs по дате отправления: