File: 03_link_ldflags.diff

package info (click to toggle)
mxml 4.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,672 kB
  • sloc: ansic: 4,246; sh: 3,389; makefile: 522; cpp: 178; xml: 56
file content (14 lines) | stat: -rw-r--r-- 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: _link_ldflags.diff
 Patch to add missing $(LDFLAGS) to Makefile
 Added by Luis Uribe <acme@eviled.org>  Thu, 16 Aug 2012 21:12:59 -0500
--- a/Makefile.in
+++ b/Makefile.in
@@ -369,7 +369,7 @@
 
 libmxml.dll libmxml4.dll:	$(LIBOBJS)
 	echo Creating $@...
-	$(DSO) $(DSOFLAGS) -o $@ $(LIBOBJS) $(LIBS)
+	$(DSO) $(DSOFLAGS) -o $@ $(LIBOBJS) $(LIBS) $(LDFLAGS)
 
 
 #