]> git.pld-linux.org Git - packages/aqbanking.git/commitdiff
- kill evil -L in .la, don't link base libs with plugin deps
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Oct 2005 22:47:18 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aqbanking-link.patch -> 1.1

aqbanking-link.patch [new file with mode: 0644]

diff --git a/aqbanking-link.patch b/aqbanking-link.patch
new file mode 100644 (file)
index 0000000..d593ed6
--- /dev/null
@@ -0,0 +1,31 @@
+--- aqbanking-1.2.0/src/libs/aqbanking++/Makefile.am.orig      2005-07-09 16:08:55.000000000 +0200
++++ aqbanking-1.2.0/src/libs/aqbanking++/Makefile.am   2005-10-25 00:27:40.017979688 +0200
+@@ -15,7 +15,7 @@
+  banking.cpp
+ libaqbankingpp_la_LIBADD = \
+- -L$(top_builddir)/src/libs/aqbanking $(aqbanking_internal_libs) \
++ $(top_builddir)/src/libs/aqbanking/libaqbanking.la \
+  $(gwenhywfar_libs)
+ sources:
+--- aqbanking-1.2.0/configure.ac.orig  2005-07-15 04:13:09.000000000 +0200
++++ aqbanking-1.2.0/configure.ac       2005-10-25 00:28:46.201918200 +0200
+@@ -145,7 +145,7 @@
+ have_ktoblzcheck="yes"
+ AC_CHECK_LIB(ktoblzcheck, AccountNumberCheck_new,
+-             [], [have_ktoblzcheck="no"])
++             [:], [have_ktoblzcheck="no"])
+ AC_CHECK_HEADERS(ktoblzcheck.h, [], [have_ktoblzcheck="no"])
+ if test "$have_ktoblzcheck" != "yes"; then
+   ktoblzcheck_libs=""
+@@ -176,7 +176,7 @@
+ if test "$enable_libofx" = "yes"; then
+   HAVE_OFX="yes"
+-  AC_CHECK_LIB(ofx, libofx_proc_buffer, [], [HAVE_OFX="no"])
++  AC_CHECK_LIB(ofx, libofx_proc_buffer, [:], [HAVE_OFX="no"])
+   AC_CHECK_HEADERS([libofx/libofx.h], [], [HAVE_OFX="no"])
+   if test "$HAVE_OFX" != "yes"; then
+     AC_MSG_WARN([
This page took 0.09098 seconds and 4 git commands to generate.