aqbanking/aqbanking.patch

changeset 22
0d4f475bfc81
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/aqbanking/aqbanking.patch	Wed Jan 07 14:58:25 2009 +0100
     1.3 @@ -0,0 +1,69 @@
     1.4 +Index: aqbanking-2.3.3/src/libs/aqbanking/Makefile.in
     1.5 +--- aqbanking-2.3.3/src/libs/aqbanking/Makefile.in.orig	2006-01-28 00:56:18 +0100
     1.6 ++++ aqbanking-2.3.3/src/libs/aqbanking/Makefile.in	2006-01-28 09:50:06 +0100
     1.7 +@@ -525,7 +525,7 @@
     1.8 +  wcb.c\
     1.9 +  msgengine.c
    1.10 + 
    1.11 +-libaqbanking_la_LIBADD = $(gwenhywfar_libs) \
    1.12 ++libaqbanking_la_LIBADD = \
    1.13 +  jobs/libjobs.la \
    1.14 +  types/libtypes.la
    1.15 + 
    1.16 +@@ -537,7 +537,7 @@
    1.17 + libaqbanking_la_DEPENDENCIES = jobs/libjobs.la types/libtypes.la \
    1.18 + 	$(am__append_1)
    1.19 + testlib_SOURCES = testlib.c
    1.20 +-testlib_LDADD = libaqbanking.la
    1.21 ++testlib_LDADD = libaqbanking.la $(gwenhywfar_libs)
    1.22 + TESTS = testlib
    1.23 + all: all-recursive
    1.24 + 
    1.25 +Index: aqbanking-2.3.3/src/plugins/bankinfo/generic/Makefile.in
    1.26 +--- aqbanking-2.3.3/src/plugins/bankinfo/generic/Makefile.in.orig	2006-01-28 00:56:42 +0100
    1.27 ++++ aqbanking-2.3.3/src/plugins/bankinfo/generic/Makefile.in	2006-01-28 09:49:40 +0100
    1.28 +@@ -476,7 +476,7 @@
    1.29 + libbankinfo_la_SOURCES = \
    1.30 +  generic.c
    1.31 + 
    1.32 +-libbankinfo_la_LIBADD = -L$(top_builddir)/src/libs/aqbanking $(aqbanking_internal_libs) $(gwenhywfar_libs)
    1.33 ++libbankinfo_la_LIBADD =
    1.34 + libbankinfo_la_LDFLAGS = $(STRIPALL)
    1.35 + at_files = at/blz.idx at/bic.idx at/namloc.idx at/banks.data
    1.36 + ch_files = ch/blz.idx ch/bic.idx ch/namloc.idx ch/banks.data
    1.37 +Index: openhbci-0.9.18/src/openhbci/openhbci-config.in.in
    1.38 +--- openhbci-0.9.18/src/openhbci/openhbci-config.in.in.orig	2003-05-18 23:46:36 +0200
    1.39 ++++ openhbci-0.9.18/src/openhbci/openhbci-config.in.in	2006-01-28 09:49:40 +0100
    1.40 +@@ -9,7 +9,7 @@
    1.41 + 	    result="$result @PROGRAM_INCLUDES@ -I$dir/include"
    1.42 + 	    ;;
    1.43 + 	--libraries)
    1.44 +-	    result="$result -L$dir/lib @OPENHBCI_LIB@"
    1.45 ++	    result="$result -L$dir/lib @OPENHBCI_LIB@ -lgwenhywfar"
    1.46 + 	    ;;
    1.47 +         --plugins)
    1.48 +             result="$result @PLUGIN_PATH@/@OPENHBCI_SO_VERSION@"
    1.49 +Index: openhbci2-1.9.4/src/openhbci-tng/openhbci2-config.in.in
    1.50 +--- openhbci2-1.9.4/src/openhbci-tng/openhbci2-config.in.in.orig	2004-05-20 03:33:53 +0200
    1.51 ++++ openhbci2-1.9.4/src/openhbci-tng/openhbci2-config.in.in	2006-01-28 09:49:40 +0100
    1.52 +@@ -9,7 +9,7 @@
    1.53 + 	    result="$result @PROGRAM_INCLUDES@ -I$dir/include"
    1.54 + 	    ;;
    1.55 + 	--libraries)
    1.56 +-	    result="$result -L$dir/lib @OPENHBCI_LIB@"
    1.57 ++	    result="$result -L$dir/lib @OPENHBCI_LIB@ -lgwenhywfar"
    1.58 + 	    ;;
    1.59 +         --plugins)
    1.60 +             result="$result @PLUGIN_PATH@/@OPENHBCI_SO_EFFECTIVE_VERSION@"
    1.61 +Index: openhbci2-1.9.4/src/tools/hbcixml/Makefile.in
    1.62 +--- openhbci2-1.9.4/src/tools/hbcixml/Makefile.in.orig	2006-01-20 12:09:55 +0100
    1.63 ++++ openhbci2-1.9.4/src/tools/hbcixml/Makefile.in	2006-01-28 09:49:40 +0100
    1.64 +@@ -218,7 +218,7 @@
    1.65 + INCLUDES = -I../../../ -I../../../openhbci2 @PROGRAM_INCLUDES@ -I../../plugins/msg-xml
    1.66 + noinst_HEADERS = loganalyzer.h
    1.67 + hbcixml_SOURCES = hbcixml.cpp loganalyzer.cpp
    1.68 +-hbcixml_LDADD = -L../../openhbci-tng -L../../openhbci-tng/openhbci-core @PROGRAM_LIBS@ ../../plugins/msg-xml/libmsgxml.la
    1.69 ++hbcixml_LDADD = -L../../openhbci-tng -L../../openhbci-tng/openhbci-core @PROGRAM_LIBS@ ../../plugins/msg-xml/libmsgxml.la $(gwenhywfar_libs)
    1.70 + all: all-am
    1.71 + 
    1.72 + .SUFFIXES:

mercurial