e76a14bb87
FreeTDS is a set of libraries that allows programs to natively talk to Microsoft SQL Server and Sybase databases. Technically speaking, FreeTDS is an open source implementation of the TDS (Tabular Data Stream) protocol used by these databases for their own clients. It supports many different flavors of the protocol and three APIs -- DB-Lib, CT-Lib, and ODBC -- to access it.
14 lines
644 B
Text
14 lines
644 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2005/12/31 05:10:57 jlamwww Exp $
|
|
|
|
--- src/replacements/Makefile.in.orig 2005-12-30 04:16:18.000000000 -0500
|
|
+++ src/replacements/Makefile.in
|
|
@@ -54,3 +54,3 @@ LTLIBRARIES = $(noinst_LTLIBRARIES)
|
|
libreplacements_la_DEPENDENCIES = @LTLIBOBJS@
|
|
-am_libreplacements_la_OBJECTS = iconv.lo
|
|
+am_libreplacements_la_OBJECTS = iconv.lo dummy.lo
|
|
libreplacements_la_OBJECTS = $(am_libreplacements_la_OBJECTS)
|
|
@@ -215,3 +215,3 @@ tds_sysdep_real64_type = @tds_sysdep_rea
|
|
noinst_LTLIBRARIES = libreplacements.la
|
|
-libreplacements_la_SOURCES = iconv.c
|
|
+libreplacements_la_SOURCES = iconv.c dummy.c
|
|
libreplacements_la_LDFLAGS =
|