File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 $
2
2
3
3
subdir = contrib/dbase
4
4
top_builddir = ../..
@@ -7,7 +7,7 @@ include $(top_builddir)/src/Makefile.global
7
7
PROGRAM = dbf2pg
8
8
OBJS = dbf.o dbf2pg.o endian.o
9
9
PG_CPPFLAGS = -I$(libpq_srcdir )
10
- PG_LIBS = $(libpq )
10
+ PG_LIBS = $(libpq ) -liconv
11
11
12
12
DOCS = README.dbf2pg
13
13
MAN = dbf2pg.1 # XXX not implemented
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ dbf2sql(1L) dbf2sql(1L)
107
107
ENVIRONMENT
108
108
This program is affected by the environment-variables as
109
109
used by "PostgresSQL." See the documentation of Post-
110
- gresSQL for more info.
110
+ gresSQL for more info. This program requires libiconv.
111
111
112
112
BUGS
113
113
Fields larger than 8192 characters are not supported and
You can’t perform that action at this time.
0 commit comments