adc0afef3e
- build the ODBC library
22 lines
767 B
Plaintext
22 lines
767 B
Plaintext
$OpenBSD: patch-src_tds_unittests_Makefile_in,v 1.4 2009/08/01 14:11:20 sthen Exp $
|
|
--- src/tds/unittests/Makefile.in.orig Thu May 8 00:59:22 2008
|
|
+++ src/tds/unittests/Makefile.in Thu Oct 30 17:51:01 2008
|
|
@@ -198,7 +198,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBICONV = @LIBICONV@
|
|
LIBOBJS = @LIBOBJS@
|
|
-LIBS = ../libtds.la ../../replacements/libreplacements.la @NETWORK_LIBS@
|
|
+LIBS = ../libtds.la ../../replacements/libreplacements.la @NETWORK_LIBS@ ${LIBICONV}
|
|
LIBTOOL = @LIBTOOL@
|
|
LN_S = @LN_S@
|
|
LTLIBICONV = @LTLIBICONV@
|
|
@@ -623,7 +623,7 @@ check-am: all-am
|
|
check: check-am
|
|
all-am: Makefile
|
|
installdirs:
|
|
-install: install-am
|
|
+install:
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|