File: 08_cross.patch

package info (click to toggle)
mxml 4.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,672 kB
  • sloc: ansic: 4,246; sh: 3,389; makefile: 522; cpp: 178; xml: 56
file content (17 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Helmut Grohne
Description: Fix Fail to cross-build
Origin-Bug: https://bugs.debian.org/909354
Last-Updated: 2018-09-23
Forwarded: not-needed

--- a/Makefile.in
+++ b/Makefile.in
@@ -156,7 +156,7 @@
 LIBOBJS		=	$(PUBLIBOBJS) mxml-private.o
 OBJS		=	testmxml.o $(LIBOBJS)
 ALLTARGETS	=	$(LIBMXML) testmxml
-CROSSTARGETS	=	$(LIBMXML)
+CROSSTARGETS	=	$(LIBMXML) linmxml.a
 TARGETS		=	$(@TARGETS@)