mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add -avoid-version to LDFLAGS of gmodule backends.
Hopefully this will solve the problem Macs are having dlopen'ing them. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14210 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a922906362
commit
564958f000
@ -14,7 +14,7 @@ libgncqof_backend_qsf_la_SOURCES = \
|
||||
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} \
|
||||
|
@ -57,7 +57,7 @@ noinst_HEADERS = \
|
||||
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 \
|
||||
|
@ -12,7 +12,7 @@ AM_CFLAGS = \
|
||||
${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} \
|
||||
|
Loading…
Reference in New Issue
Block a user