diff -Nur xbmc-14.1-Helix.orig/lib/cximage-6.0/Makefile.in xbmc-14.1-Helix.new/lib/cximage-6.0/Makefile.in --- xbmc-14.1-Helix.orig/lib/cximage-6.0/Makefile.in 2015-03-29 13:51:10.371093072 +0200 +++ xbmc-14.1-Helix.new/lib/cximage-6.0/Makefile.in 2015-03-29 13:53:28.994424613 +0200 @@ -4,8 +4,8 @@ ARCHIVE=$(SO:.so=.a) SYSDIR=../../system SLIB=$(SYSDIR)/$(SO) -DIRS=CxImage raw jbig -SLIBS=CxImage/cximage.a raw/raw.a jbig/jbig.a +DIRS=CxImage raw +SLIBS=CxImage/cximage.a raw/raw.a ifeq ($(findstring osx,$(ARCH)), osx) export ARCH @@ -21,7 +21,7 @@ CxImage/*.o jasper/*/*.o jbig/*.o raw/*.o else $(CXX) $(CFLAGS) $(LDFLAGS) -shared -o $(SLIB) -Wl,--whole-archive $(SLIBS) \ - -Wl,--no-whole-archive -lpng -ljasper -ljpeg -ltiff -lz -Wl,--unresolved-symbols=ignore-all + -Wl,--no-whole-archive -ljbig -lpng -ljasper -ljpeg -ltiff -lz -Wl,--unresolved-symbols=ignore-all endif $(SLIBS): compile