summaryrefslogtreecommitdiff
path: root/finance/libofx/patches/patch-ac
blob: 0481d85a73af356213eeeb8425049e3d1d275f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.1.1.1 2006/02/05 22:25:01 wiz Exp $

--- ofxconnect/Makefile.in.orig	2005-07-31 18:34:47.000000000 +0000
+++ ofxconnect/Makefile.in
@@ -201,7 +199,8 @@ sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-ofxconnect_LDADD = $(top_builddir)/lib/libofx.la -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl
+ofxconnect_LDADD = $(top_builddir)/lib/libofx.la
+ofxconnect_LDFLAGS = `curl-config --libs`
 ofxconnect_SOURCES = cmdline.h cmdline.c ofxconnect.cpp 
 AM_CPPFLAGS = \
 	-I${top_srcdir}/inc