File: 08_cross.patch

package info (click to toggle)
mxml 2.12-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,080 kB
  • sloc: ansic: 11,174; sh: 3,115; makefile: 249; cpp: 178; xml: 28
file content (19 lines) | stat: -rw-r--r-- 644 bytes parent folder | download
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@)