1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Author: Helmut Grohne
Description: Fix Fail to cross-build
Origin-Bug: https://bugs.debian.org/909354
Last-Updated: 2018-09-23
Forwarded: not-needed
Index: mxml-2.12/Makefile.in
===================================================================
--- mxml-2.12.orig/Makefile.in
+++ mxml-2.12/Makefile.in
@@ -84,7 +84,7 @@ PUBLIBOBJS = mxml-attr.o mxml-entity.o m
LIBOBJS = $(PUBLIBOBJS) mxml-private.o mxml-string.o
OBJS = mmd.o mxmldoc.o testmxml.o zipc.o $(LIBOBJS)
ALLTARGETS = $(LIBMXML) mxmldoc testmxml mxml.xml @MXML_EPUB@
-CROSSTARGETS = $(LIBMXML) mxmldoc
+CROSSTARGETS = $(LIBMXML) mxmldoc libmxml.a
TARGETS = $(@TARGETS@)
|