Add needed libiconv link to contrib/dbase, per Christopher Kings-Lynne

This commit is contained in:
Bruce Momjian 2001-12-21 04:13:12 +00:00
parent c3c36bf32f
commit eb36cdd562
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $Header: /cvsroot/pgsql/contrib/dbase/Attic/Makefile,v 1.2 2001/09/06 10:49:29 petere Exp $ # $Header: /cvsroot/pgsql/contrib/dbase/Attic/Makefile,v 1.3 2001/12/21 04:13:12 momjian Exp $
subdir = contrib/dbase subdir = contrib/dbase
top_builddir = ../.. top_builddir = ../..
@ -7,7 +7,7 @@ include $(top_builddir)/src/Makefile.global
PROGRAM = dbf2pg PROGRAM = dbf2pg
OBJS = dbf.o dbf2pg.o endian.o OBJS = dbf.o dbf2pg.o endian.o
PG_CPPFLAGS = -I$(libpq_srcdir) PG_CPPFLAGS = -I$(libpq_srcdir)
PG_LIBS = $(libpq) PG_LIBS = $(libpq) -liconv
DOCS = README.dbf2pg DOCS = README.dbf2pg
MAN = dbf2pg.1 # XXX not implemented MAN = dbf2pg.1 # XXX not implemented

View File

@ -107,7 +107,7 @@ dbf2sql(1L) dbf2sql(1L)
ENVIRONMENT ENVIRONMENT
This program is affected by the environment-variables as This program is affected by the environment-variables as
used by "PostgresSQL." See the documentation of Post- used by "PostgresSQL." See the documentation of Post-
gresSQL for more info. gresSQL for more info. This program requires libiconv.
BUGS BUGS
Fields larger than 8192 characters are not supported and Fields larger than 8192 characters are not supported and