File: 02_link_with_pthread.diff

package info (click to toggle)
mxml 2.10-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,640 kB
  • ctags: 689
  • sloc: ansic: 8,919; xml: 1,551; makefile: 276; sh: 195; cpp: 178
file content (16 lines) | stat: -rw-r--r-- 636 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Patch to remove rpath from configure.in and configure. 
Added by Gonéri Le Bouder <goneri@rulezlan.org> Tue, 26 Feb 2008 12:51:51 +0100
Debian Version: 2.5-1
Index: mxml-2.10/Makefile.in
===================================================================
--- mxml-2.10.orig/Makefile.in
+++ mxml-2.10/Makefile.in
@@ -297,7 +297,7 @@ mxml-entity.o mxml-file.o mxml-private.o
 
 libmxml.so.1.5:	$(LIBOBJS)
 	echo Creating $@...
-	$(DSO) $(DSOFLAGS) -o libmxml.so.1.5 $(LIBOBJS)
+	$(DSO) $(DSOFLAGS) -o libmxml.so.1.5 $(LIBOBJS) $(LIBS)
 	$(RM) libmxml.so libmxml.so.1
 	$(LN) libmxml.so.1.5 libmxml.so
 	$(LN) libmxml.so.1.5 libmxml.so.1