Skip to content

Commit eb36cdd

Browse files
committed
Add needed libiconv link to contrib/dbase, per Christopher Kings-Lynne
1 parent c3c36bf commit eb36cdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/dbase/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/contrib/dbase/Attic/Makefile,v 1.2 2001/09/06 10:49:29 petere Exp $
1+
# $Header: /cvsroot/pgsql/contrib/dbase/Attic/Makefile,v 1.3 2001/12/21 04:13:12 momjian Exp $
22

33
subdir = contrib/dbase
44
top_builddir = ../..
@@ -7,7 +7,7 @@ include $(top_builddir)/src/Makefile.global
77
PROGRAM = dbf2pg
88
OBJS = dbf.o dbf2pg.o endian.o
99
PG_CPPFLAGS = -I$(libpq_srcdir)
10-
PG_LIBS = $(libpq)
10+
PG_LIBS = $(libpq) -liconv
1111

1212
DOCS = README.dbf2pg
1313
MAN = dbf2pg.1 # XXX not implemented

contrib/dbase/README.dbf2pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dbf2sql(1L) dbf2sql(1L)
107107
ENVIRONMENT
108108
This program is affected by the environment-variables as
109109
used by "PostgresSQL." See the documentation of Post-
110-
gresSQL for more info.
110+
gresSQL for more info. This program requires libiconv.
111111

112112
BUGS
113113
Fields larger than 8192 characters are not supported and

0 commit comments

Comments
 (0)