[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

probable patch



package dpkg-cross
tag 440332 + patch pending
quit

Patch against 2.1.1

Index: dpkg-cross
===================================================================
RCS file: /cvsroot/dpkg-cross/dpkg-cross/dpkg-cross,v
retrieving revision 1.46
diff -p -u -b -B -r1.46 dpkg-cross
--- dpkg-cross	7 Dec 2007 21:06:44 -0000	1.46
+++ dpkg-cross	19 Feb 2008 12:40:55 -0000
@@ -481,7 +481,7 @@ sub sub_build {
 				print TO "libdir=\'$crosslib\'\n";
 			} elsif (/^dependency_libs=/) {
 				s/( )?-L\S+//g;
-				s/\S+\/(\w+.la)/$crosslib\/$1/g;
+				s/\S+\/([\w\.\-]+\.la)$/$crosslib\/$1/g;
 				print TO;
 			} else {
 				print TO;

I'll upload a new version with this patch to Debian unstable before
Fosdem.

-- 


Neil Williams
=============
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/


Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: