[Gnucash-changes] r14210 - gnucash/trunk - Add -avoid-version to LDFLAGS of gmodule backends.

Chris Shoemaker chris at cvs.gnucash.org
Sat May 27 10:19:48 EDT 2006


Author: chris
Date: 2006-05-27 10:19:48 -0400 (Sat, 27 May 2006)
New Revision: 14210
Trac: http://svn.gnucash.org/trac/changeset/14210

Modified:
   gnucash/trunk/lib/libqof/backend/file/Makefile.am
   gnucash/trunk/src/backend/file/Makefile.am
   gnucash/trunk/src/backend/postgres/Makefile.am
Log:
   Add -avoid-version to LDFLAGS of gmodule backends.
   Hopefully this will solve the problem Macs are having dlopen'ing them.


Modified: gnucash/trunk/lib/libqof/backend/file/Makefile.am
===================================================================
--- gnucash/trunk/lib/libqof/backend/file/Makefile.am	2006-05-27 10:44:50 UTC (rev 14209)
+++ gnucash/trunk/lib/libqof/backend/file/Makefile.am	2006-05-27 14:19:48 UTC (rev 14210)
@@ -14,7 +14,7 @@
   qsf-xml-map.c \
   qsf-xml.c
 
-libgncqof_backend_qsf_la_LDFLAGS = -module
+libgncqof_backend_qsf_la_LDFLAGS = -module -avoid-version
 libgncqof_backend_qsf_la_LIBADD = \
  ${QOF_LIBS} \
  ${GLIB_LIBS} \

Modified: gnucash/trunk/src/backend/file/Makefile.am
===================================================================
--- gnucash/trunk/src/backend/file/Makefile.am	2006-05-27 10:44:50 UTC (rev 14209)
+++ gnucash/trunk/src/backend/file/Makefile.am	2006-05-27 14:19:48 UTC (rev 14210)
@@ -57,7 +57,7 @@
   sixtp-stack.h \
   sixtp-utils.h
 
-libgnc_backend_file_la_LDFLAGS = -module
+libgnc_backend_file_la_LDFLAGS = -module -avoid-version
 libgnc_backend_file_la_LIBADD = \
    ${GLIB_LIBS} ${GCONF_LIBS} ${LIBXML2_LIBS} \
    ${top_builddir}/src/engine/libgncmod-engine.la \

Modified: gnucash/trunk/src/backend/postgres/Makefile.am
===================================================================
--- gnucash/trunk/src/backend/postgres/Makefile.am	2006-05-27 10:44:50 UTC (rev 14209)
+++ gnucash/trunk/src/backend/postgres/Makefile.am	2006-05-27 14:19:48 UTC (rev 14210)
@@ -12,7 +12,7 @@
   ${QOF_CFLAGS} \
   ${GLIB_CFLAGS}
 
-libgnc_backend_postgres_la_LDFLAGS = -module 
+libgnc_backend_postgres_la_LDFLAGS = -module -avoid-version
 libgnc_backend_postgres_la_LIBADD  =  ${PGSQL_LIBS} -lpq  \
   ${top_builddir}/src/engine/libgncmod-engine.la \
   ${QOF_LIBS} \



More information about the gnucash-changes mailing list