[babl] Bug 583565 – babl 0.1.0 build fixes



commit a7614da76c130f12e80fd0d5de1e9c0f83ff64af
Author: Fryderyk Dziarmagowski <freetz gmx net>
Date:   Sat May 23 12:55:39 2009 +0200

    Bug 583565 â?? babl 0.1.0 build fixes
    
    Don't apply dynamic library versioning to the babl extensions.
---
 extensions/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 5d2cbfd..5c91644 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -1,7 +1,7 @@
 if OS_WIN32
 AM_LDFLAGS = -module -no-undefined
 else
-AM_LDFLAGS = -module
+AM_LDFLAGS = -module -avoid-version
 endif
 
 noinst_HEADERS = util.h



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]