summaryrefslogtreecommitdiff
path: root/util/cairo-sphinx
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-09-02 15:54:01 -0700
committerBehdad Esfahbod <behdad@behdad.org>2016-09-02 15:54:01 -0700
commit0aad04a88b43d949f5715b89e656fd7bd0f2243c (patch)
tree338d87f1276992074dd6d2381d3e49e7352e82f5 /util/cairo-sphinx
parentcbbd02f9c5389522cddecd53ca109f2e3ef98f58 (diff)
downloadcairo-0aad04a88b43d949f5715b89e656fd7bd0f2243c.tar.gz
Bug 29319 - Modules are built as versioned shared objects
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=29319
Diffstat (limited to 'util/cairo-sphinx')
-rw-r--r--util/cairo-sphinx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cairo-sphinx/Makefile.am b/util/cairo-sphinx/Makefile.am
index 10bc10c27..3c1126320 100644
--- a/util/cairo-sphinx/Makefile.am
+++ b/util/cairo-sphinx/Makefile.am
@@ -11,7 +11,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src \
cairo_sphinx_la_SOURCES = fdr.c
cairo_sphinx_la_CPPFLAGS = $(AM_CPPFLAGS)
cairo_sphinx_la_CFLAGS = $(CAIRO_CFLAGS)
-cairo_sphinx_la_LDFLAGS = -module -no-undefined
+cairo_sphinx_la_LDFLAGS = -module -no-undefined -avoid-version
if CAIRO_HAS_DL
cairo_sphinx_la_LIBADD = -ldl
endif